BMFUserLocation class Null safety

当前位置对象

Constructors

BMFUserLocation({BMFLocation? location, bool? updating, BMFHeading? heading, String? title, String? subtitle})
BMFUserLocation构造方法
BMFUserLocation.fromMap(Map map)
map => BMFUserLocation

Properties

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

Methods

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

Operators

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