GeocodingPropertiesV6 class

Annotations
  • @JsonSerializable.new()

Constructors

GeocodingPropertiesV6({required String mapboxId, required String featureType, String? fullAddress, String? name, String? namePreferred, String? placeFormatted, GeocodingContextV6? context, BBox? bbox})
GeocodingPropertiesV6.fromJson(Map<String, dynamic> json)
factory

Properties

bbox BBox?
final
context GeocodingContextV6?
final
featureType String
final
fullAddress String?
final
hashCode int
The hash code for this object.
no setterinherited
mapboxId String
final
name String?
final
namePreferred String?
final
placeFormatted String?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

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