ForwardGeo class
Constructors
-
ForwardGeo({required String placeId, required String licence, required String osmType, required String osmId, required String lat, required String lon, required String displayName, required List<
String> boundingBox, required String classValue, required String type, required double importance, required String icon}) -
ForwardGeo.fromJson(Map<
String, dynamic> json) -
factory
Properties
-
boundingBox
↔ List<
String> -
getter/setter pairinherited
- classValue ↔ String
-
getter/setter pair
- displayName ↔ String
-
getter/setter pairinherited
- hashCode → int
-
The hash code for this object.
no setterinherited
- icon ↔ String
-
getter/setter pair
- importance ↔ double
-
getter/setter pair
- lat ↔ String
-
getter/setter pairinherited
- licence ↔ String
-
getter/setter pairinherited
- lon ↔ String
-
getter/setter pairinherited
- osmId ↔ String
-
getter/setter pairinherited
- osmType ↔ String
-
getter/setter pairinherited
- placeId ↔ String
-
getter/setter pairinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- 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
Static Methods
-
fetchForwardGeo(
{required String apiKey, required String query}) → Future< List< ForwardGeo> >