נקודת עניין
מכיל מידע על נקודת עניין שמשתמשים לחצו עליה.
סיכום של ערכים קבועים בירושה
מהממשק
android.os.Parcelable
int |
CONTENTS_FILE_DESCRIPTOR |
|
int |
PARCELABLE_WRITE_RETURN_VALUE |
|
סיכום השדה
ציבורי
סופי
LatLng |
latLng |
LatLng של נקודת העניין. |
מחרוזת
סופית
ציבורית |
name |
השם של נקודת העניין. |
מחרוזת
סופית
ציבורית |
placeId |
מזהה המקום של נקודת העניין. |
סיכום שיטות שעברו בירושה
מכיתה
java.lang.Object
boolean
|
equals(Object arg0)
|
סופי
כיתה<?>
|
getClass()
|
int
|
hashCode()
|
תוקף
סופי
|
notify()
|
תוקף
סופי
|
notifyAll()
|
מחרוזת
|
toString()
|
תוקף
סופי
|
wait(long arg0, int arg1)
|
תוקף
סופי
|
wait(long arg0)
|
תוקף
סופי
|
wait()
|
מהממשק
android.os.Parcelable
INT
מופשטים
|
describeContents()
|
מופשט
וריק
|
writeToParcel(Parcel arg0, int arg1)
|
שדות
מחרוזת
סופית
ציבורית
name
מחרוזת
סופית
סופית
placeId
מזהה המקום של נקודת העניין.
בניינים ציבוריים
Public
PointOfInterest
(LatLng latLng, StringplaceId, שם מחרוזת)
פרמטרים
latLng |
הנ"צ של נקודת העניין. |
placeId |
מזהה המקום של נקודת העניין. |
name |
השם של נקודת העניין.
|
אלא אם צוין אחרת, התוכן של דף זה הוא ברישיון Creative Commons Attribution 4.0 ודוגמאות הקוד הן ברישיון Apache 2.0. לפרטים, ניתן לעיין במדיניות האתר Google Developers. Java הוא סימן מסחרי רשום של חברת Oracle ו/או של השותפים העצמאיים שלה.
עדכון אחרון: 2025-07-16 (שעון UTC).
[null,null,["עדכון אחרון: 2025-07-16 (שעון UTC)."],[[["`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."]]],[]]