RetrieveProperties class

Annotations
  • @JsonSerializable()

Constructors

RetrieveProperties({required String name, required String mapboxId, required String featureType, required String address, required String fullAddress, required String placeFormatted, required Context context, required Location coordinates, required BBox bbox, required String language, required String maki, ExternalIds? externalIds, required ExternalIds metadata})
RetrieveProperties.fromJson(Map<String, dynamic> json)
factory

Properties

address String
final
bbox BBox
final
context Context
final
coordinates Location
final
externalIds ExternalIds?
final
featureType String
final
fullAddress String
final
hashCode int
The hash code for this object.
no setterinherited
language String
final
maki String
final
mapboxId String
final
metadata ExternalIds
final
name 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