GeocodingFeatureV6 class

Annotations
  • @JsonSerializable.new()

Constructors

GeocodingFeatureV6({required String type, required String id, required Geometry geometry, required GeocodingPropertiesV6 properties})
GeocodingFeatureV6.fromJson(Map<String, dynamic> json)
factory

Properties

geometry → Geometry
final
hashCode → int
The hash code for this object.
no setterinherited
id → String
final
properties → GeocodingPropertiesV6
final
runtimeType → Type
A representation of the runtime type of the object.
no setterinherited
type → String
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() → Map<String, dynamic>
toString() → String
A string representation of this object.
inherited

Operators

operator ==(Object other) → bool
The equality operator.
inherited