Location class

定位结果 model

Constructors

Location({String? address, LatLng? latLng, double? altitude, double? bearing, String? country, String? province, String? city, String? cityCode, String? adCode, String? district, String? poiName, String? street, String? streetNumber, String? aoiName, double? accuracy, double? speed})

Properties

accuracy double?
精度
getter/setter pair
adCode String?
邮编
getter/setter pair
address String?
地址全称
getter/setter pair
altitude double?
海拔
getter/setter pair
aoiName String?
aoi名称
getter/setter pair
bearing double?
设备朝向/移动方向
getter/setter pair
city String?
城市
getter/setter pair
cityCode String?
城市编号
getter/setter pair
country String?
国家
getter/setter pair
district String?
区域
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
latLng LatLng?
经纬度
getter/setter pair
poiName String?
poi名称
getter/setter pair
province String?
省份
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
speed double?
速度
getter/setter pair
street String?
街道
getter/setter pair
streetNumber String?
街道号
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
override

Operators

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