$PlusCode class
Used by:
- addressvalidation:v1 : GoogleMapsAddressvalidationV1PlusCode
- places:v1 : GoogleMapsPlacesV1PlacePlusCode
Constructors
- $PlusCode({String? compoundCode, String? globalCode})
- $PlusCode.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