LatLng class

代表经纬度

Constructors

LatLng(double latitude, double longitude)
有参构造
LatLng.fromMap(Map map)
map => LatLng

Properties

hashCode → int
The hash code for this object. [...]
read-only, inherited
latitude ↔ double
纬度
read / write
longitude ↔ double
经度
read / write
runtimeType → Type
A representation of the runtime type of the object.
read-only, inherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a non-existent method or property is accessed. [...]
inherited
toMap() → Map
LatLng => map
toString() → String
Returns a string representation of this object.
inherited

Operators

operator ==(Object other) → bool
The equality operator. [...]
inherited