RadiusArea class
A radius area that defines the region area.
Constructors
- RadiusArea({LatLng? latLng, double? radius, String? radiusUnits, String? regionCode})
- RadiusArea.fromJson(Map json_)
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- latLng ↔ LatLng?
-
The center of the radius area.
getter/setter pair
- radius ↔ double?
-
The radius distance of the area.
getter/setter pair
- radiusUnits ↔ String?
-
The unit of the radius.
getter/setter pair
- regionCode ↔ String?
-
CLDR territory code
or the country the radius area applies to.
getter/setter pair
- 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