PointOfInterest
包含使用者點選的 PointOfInterest 相關資訊。
繼承常數摘要
來自介面
android.os.Parcelable
int |
CONTENTS_FILE_DESCRIPTOR |
|
int |
PARCELABLE_WRITE_RETURN_VALUE |
|
繼承方法摘要
來自類別
java.lang.Object
布林值
|
equals(物件 arg0)
|
最終等級<?>
|
getClass()
|
int
|
hashCode()
|
最後
void
|
notify()
|
最後
void
|
notifyAll()
|
字串
|
toString()
|
最後
void
|
wait(long arg0, int arg1)
|
最後
void
|
wait(Long arg0)
|
最後
void
|
wait()
|
來自介面
android.os.Parcelable
抽象 int |
describeContents()
|
抽象
void
|
writeToParcel(Parcel arg0, int arg1)
|
公用建構函式
public
PointOfInterest
(LatLng latLng, String placeId, String name)
參數
latLng |
搜尋點的 LatLng。 |
placeId |
搜尋點的 placeId。 |
名稱 |
搜尋點的名稱。
|
除非另有註明,否則本頁面中的內容是採用創用 CC 姓名標示 4.0 授權,程式碼範例則為阿帕契 2.0 授權。詳情請參閱《Google Developers 網站政策》。Java 是 Oracle 和/或其關聯企業的註冊商標。
上次更新時間:2025-07-13 (世界標準時間)。
[null,null,["上次更新時間:2025-07-13 (世界標準時間)。"],[[["`PointOfInterest` provides details about a clicked point of interest on a map, containing its latitude/longitude coordinates, name, and place ID."],["This class includes a constructor to create a `PointOfInterest` instance with the necessary information (LatLng, placeId, and name)."],["The `latLng`, `name`, and `placeId` fields store the geographical location, name, and unique identifier of the point of interest, respectively."],["It inherits functionalities from `Parcelable` for efficient data transfer between components, and from `Object` for basic object operations."]]],[]]