Constructors
constructor
- new Poi(name, coordinate, poiid): Poi
Parameters
- name: string
- coordinate: LatLng
- poiid: string
Returns Poi
Properties
Private
Readonly
coordinate
Private
Readonly
name
name: string
Private
Readonly
poiid
poiid: string
Methods
equals
- equals(o): boolean
Returns boolean
getCoordinate
- getCoordinate(): LatLng
地理坐标。
getName
- getName(): string
Returns string
名称。
getPoiId
- getPoiId(): string
Returns string
兴趣点Id。
toString
- toString(): string
Returns string
Exclude
javadoc中不显示