MapBoxPlace class

Constructors

MapBoxPlace({String? id, FeatureType? type, List<PlaceType>? placeType, Properties? properties, String? text, String? placeName, List<double>? bbox, List<double>? center, Geometry? geometry, List<Context>? context, String? matchingText, String? matchingPlaceName})
MapBoxPlace.fromJson(Map<String, dynamic> json)
factory
MapBoxPlace.fromRawJson(String str)
factory

Properties

bbox List<double>?
getter/setter pair
center List<double>?
getter/setter pair
context List<Context>?
getter/setter pair
geometry Geometry?
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
id String?
getter/setter pair
matchingPlaceName String?
getter/setter pair
matchingText String?
getter/setter pair
placeName String?
getter/setter pair
placeType List<PlaceType>?
getter/setter pair
properties Properties?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
text String?
getter/setter pair
type FeatureType?
getter/setter pair

Methods

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

Operators

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