BMFCoordinate class
代表经纬度
- Implemented types
Constructors
- BMFCoordinate(double latitude, double longitude)
- BMFCoordinate构造方法
- BMFCoordinate.fromMap(Map map)
- map => BMFCoordinate
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
-
fromMap(
Map map) → dynamic -
map -> dynamic
override
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent method or property is accessed. [...]
inherited
-
toMap(
) → Map< String, Object> -
model -> map
override
-
toString(
) → String -
Returns a string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator. [...]
inherited