LatLngLiteral class
This class represent geo location object
Constructors
- LatLngLiteral.new({required double lat, required double lng})
- Default constructor. Creates LatLngLiteral object.
-
LatLngLiteral.fromJson(Map<
String, dynamic> json) - Creates LatLng object from JSON Data
Properties
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, double> - Created JSON Data object from LatLng
-
toString(
) → String -
A string representation of this object.
inherited
-
woosmapObject(
) → String -
Return Woosmap LatLng
https://developers.woosmap.com/products/map-api/reference/1.4/#woosmap.map.LatLng
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited