PointOfInterest

public final class PointOfInterest extended Object
implementation Parcelable

クリックされた PointOfInterest に関する情報が含まれます。

継承された定数の概要

フィールドの概要

public final LatLng latLng スポットの LatLng。
public final String name スポットの名前。
public final String placeId スポットの placeId。

パブリック コンストラクタの概要

PointOfInterestLatLng latLng, String placeId, String name)
PointOfInterest を構築します。

継承されたメソッドの概要

フィールド

public final LatLng latLng

スポットの LatLng。

public final String name

スポットの名前。

public final String placeId

スポットの placeId。

パブリック コンストラクタ

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

PointOfInterest を構築します。

パラメータ
latLng スポットの LatLng。
placeId スポットの placeId。
name 定義します。