GeocoderFeature class

Constructors

GeocoderFeature({String? id, String? type, List<GeocoderPlaceType>? placeType = const <GeocoderPlaceType>[], double? relevance, String? address, GeocoderFeatureProperty? properties, String? text, String? placeName, String? matchingText, String? matchingPlaceName, String? language, GeocoderBbox? bbox, List<double>? center = const <double>[], GeocoderGeometry? geometry, List<GeocoderContext>? context = const <GeocoderContext>[], GeocoderRoutablePoints? routablePoints})
GeocoderFeature.fromJson(Map<String, dynamic> json)

Properties

address String?
getter/setter pair
bbox GeocoderBbox?
getter/setter pair
center List<double>?
getter/setter pair
context List<GeocoderContext>?
getter/setter pair
geometry GeocoderGeometry?
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
id String?
getter/setter pair
language String?
getter/setter pair
matchingPlaceName String?
getter/setter pair
matchingText String?
getter/setter pair
placeName String?
getter/setter pair
placeType List<GeocoderPlaceType>?
getter/setter pair
properties GeocoderFeatureProperty?
getter/setter pair
relevance double?
getter/setter pair
routablePoints GeocoderRoutablePoints?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
text String?
getter/setter pair
type String?
getter/setter pair

Methods

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

Operators

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