LocationResult class

Constructors

LocationResult(LocationData location, double distance, String? bearing, SearchData searchData)

Properties

bearing String?
Bearing beetween search data and location data
getter/setter pair
distance double
Distance beetween search data and location data
getter/setter pair
gnisFormat String
Get LocationResult representation in GNIS format
no setter
hashCode int
The hash code for this object.
no setterinherited
location LocationData
Location data that was finded in search. Contains data from provided search file.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
searchData ↔ SearchData
Search data contains latitude and longitude that was searched for.
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.
inherited

Operators

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