Feature class
Constructors
- 
          Feature({required String id, required String type, required List<String> placeType, required Properties properties, required String text, required String placeName, required List<double> center, required Geometry geometry, required List<Context> context, List<double> ? bbox, String? matchingText, String? matchingPlaceName})
- 
          Feature.fromJson(Map<String, dynamic> json)
- 
          
            factory
- Feature.fromRawJson(String str)
- 
          
            factory
Properties
- 
  bbox
  → List<double> ?
- 
  
  final
- 
  center
  → List<double> 
- 
  
  final
- 
  context
  → List<Context> 
- 
  
  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<String> 
- 
  
  final
- properties → Properties
- 
  
  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
- 
  toJson() → Map< String, dynamic> 
- 
  toRawJson() → String 
- 
  toString() → String 
- 
  A string representation of this object.
  inherited
Operators
- 
  operator ==(Object other) → bool 
- 
  The equality operator.
  inherited