LatLng class
经纬度坐标对象, 单位为度.
Constructors
- LatLng.new(double latitude, double longitude)
-
根据纬度
latitude
和经度longitude
创建经纬度对象const
Properties
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → dynamic -
toString(
) → String -
A string representation of this object.
override
Operators
-
operator ==(
Object o) → bool -
The equality operator.
override