GoogleMapsPlacesV1PlacePlusCode class
Plus code (http://plus.codes) is a location reference with two formats: global code defining a 14mx14m (1/8000th of a degree) or smaller rectangle, and compound code, replacing the prefix with a reference location.
Constructors
- GoogleMapsPlacesV1PlacePlusCode({String? compoundCode, String? globalCode})
- GoogleMapsPlacesV1PlacePlusCode.fromJson(Map json_)
Properties
- compoundCode ↔ String?
-
Place's compound code, such as "33GV+HQ, Ramberg, Norway", containing the
suffix of the global code and replacing the prefix with a formatted name
of a reference entity.
getter/setter pair
- globalCode ↔ String?
-
Place's global (full) code, such as "9FWM33GV+HQ", representing an 1/8000
by 1/8000 degree area (~14 by 14 meters).
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- 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
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited