PointOfInterest

public final class PointOfInterest Extend Object
实现 Parcelable

包含有关所点击的 PointOfInterest 的信息。

继承的常量摘要

字段摘要

public final LatLng latLng 地图注点的 LatLng。
public final String name 地图注点的名称。
public final String placeId 地图注点的 placeId。

公共构造函数摘要

PointOfInterest(LatLng latLng, String placeId, String name)
构造一个 PointOfInterest

继承的方法摘要

字段

public final LatLng latLng

地图注点的 LatLng。

public final String 名称

地图注点的名称。

public final String placeId

地图注点的 placeId。

公共构造函数

public PointOfInterest (LatLng latLng, String placeId, String name)

构造一个 PointOfInterest

参数
latLng POI 的 LatLng。
placeId 地图注点的 placeId。
name 地图注点的名称。