BMFUserLocation class

当前位置对象

Implemented types
  • BMFModel

Constructors

BMFUserLocation({bool updating, @required BMFLocation location, BMFHeading heading, String title, String subtitle})
BMFUserLocation构造方法

Properties

heading BMFHeading
heading信息,尚未定位成功,则该值为null [...]
read / write
location BMFLocation
位置信息,尚未定位成功,则该值为null
read / write
subtitle ↔ String
定位标注点要显示的子标题信息 [...]
read / write
title ↔ String
定位标注点要显示的标题信息 [...]
read / write
updating ↔ bool
位置更新状态,如果正在更新位置信息,则该值为YES [...]
read / write
hashCode → int
The hash code for this object. [...]
read-only, inherited
runtimeType → Type
A representation of the runtime type of the object.
read-only, inherited

Methods

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

Operators

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