MapBoxPlace class

Annotations
  • @JsonSerializable()

Constructors

MapBoxPlace({String? id, FeatureType? type, List<PlaceType?> placeType = const [], String? addressNumber, Properties? properties, String? text, String? placeName, BBox? bbox, Location? center, Geometry? geometry, String? matchingText, String? matchingPlaceName})
MapBoxPlace.fromJson(Map<String, dynamic> json)
factory

Properties

addressNumber String?
final
bbox BBox?
final
center Location?
final
geometry Geometry?
final
hashCode int
The hash code for this object.
no setterinherited
id String?
final
matchingPlaceName String?
final
matchingText String?
final
placeName String?
final
placeType List<PlaceType?>
final
properties Properties?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
text String?
final
type FeatureType?
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.
override

Operators

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