TIMCoordinate class
Coordinate / 代表经纬度
- Implemented types
Constructors
- TIMCoordinate(double latitude, double longitude)
- Constructor of TIMCoordinate / TIMCoordinate构造方法
- TIMCoordinate.fromMap(Map map)
- map => TIMCoordinate
Properties
Methods
-
fromMap(
Map map) → dynamic -
map -> dynamic
override
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toMap(
) → Map< String, Object> -
model -> map
override
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited