Feature class

Constructors

Feature({required String id, required String type, required List<PlaceType> placeType, required double relevance, String? address, required Properties? properties, required String text, required String placeName, required List<double>? bbox, required LatLon center, required Geometry geometry, required List<Context> context})
Feature.fromJson(String source)
factory
Feature.fromMap(Map<String, dynamic> map)
factory

Properties

address String?
final
bbox List<double>?
final
center LatLon
final
context List<Context>
final
geometry Geometry
final
hashCode int
The hash code for this object.
no setterinherited
id String
final
placeName String
final
placeType List<PlaceType>
final
properties Properties?
final
relevance double
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
text String
final
type String
final

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