AMapTip class

Constructors

AMapTip({String? id, String? name, String? adCode, String? address, String? typeCode, LatLng? latLng, String? district})
AMapTip.fromJson(Map json)
factory

Properties

adCode String?
区域编码
final
address String?
地址
final
district String?
所属区域
final
hashCode int
The hash code for this object.
no setterinherited
id String?
POI全局唯一ID
final
latLng LatLng?
final
name String?
名称
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
typeCode String?
类型编码
final

Methods

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

Operators

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