TencentPoi class

周边兴趣点(POI)。

映射来源

  • Android TencentPoi 接口
  • iOS TencentLBSPoi
  • Harmony TencentPOI

Constructors

TencentPoi({String? name, String? address, String? catalog, double? distance, double? latitude, double? longitude, String? uid, String? direction})
const
TencentPoi.fromMap(Map map)
factory

Properties

address String?
POI 地址。
final
catalog String?
POI 类别(如"餐饮"、"公司")。
final
direction String?
方向(东/南/西/北/东南/西南/东北/西北/"内"/"")。
final
distance double?
与定位中心的距离,单位米。
final
hashCode int
The hash code for this object.
no setterinherited
latitude double?
POI 纬度。
final
longitude double?
POI 经度。
final
name String?
POI 名称。
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
uid String?
POI 唯一 ID。
final

Methods

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

Operators

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