LocationDetails class - search library - Dart API
LocationDetails
LocationDetails class
Contains geographical info about location
Constructors
- LocationDetails(GeoCoordinates coordinates)
- Creates a new instance.
Properties
-
accessPoints
↔ List<
GeoCoordinates> -
The access points to the place, such as the points on a road or in a parking lot.
getter/setter pair
- boundingBox ↔ GeoBox?
-
The geographic coordinates of the map bounding box containing the place.
getter/setter pair
- coordinates ↔ GeoCoordinates
-
The geographic coordinates of the place.
getter/setter pair
- coordinatesInterpolated ↔ bool
-
Trueif has house number with coordinates interpolated from the address range.getter/setter pair - hashCode → int
-
The hash code for this object.
no setter
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
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.