Geometry class
An object describing the location.
Constructors
- Geometry({required LatLng location, required Bounds viewport})
-
const
-
Geometry.fromJson(Map<
String, dynamic> json) -
Converts a map in JSON format to its corresponding object.
factory
Properties
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> - Converts this object to something serializable in JSON.
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
override