עדכון המצלמה
סיכום השיטות שעברו בירושה
מהכיתה
JavaScript.lang.Object
בוליאני
|
equals(אובייקט arg0)
|
סופי
כיתה<?>
|
getClass()
|
int
|
hashCode()
|
סופי
ריק
|
notify()
|
סופי
ריק
|
notifyAll()
|
מחרוזת
|
toString()
|
סופי
ריק
|
wait(long arg0, int arg1)
|
סופי
ריק
|
wait(ארוך arg0)
|
סופי
ריק
|
wait()
|
אלא אם צוין אחרת, התוכן של דף זה הוא ברישיון Creative Commons Attribution 4.0 ודוגמאות הקוד הן ברישיון Apache 2.0. לפרטים, ניתן לעיין במדיניות האתר Google Developers. Java הוא סימן מסחרי רשום של חברת Oracle ו/או של השותפים העצמאיים שלה.
עדכון אחרון: 2025-07-08 (שעון UTC).
[null,null,["עדכון אחרון: 2025-07-08 (שעון UTC)."],[[["`CameraUpdate` objects define camera movements for Google Maps, used to change the map's view."],["You can apply these camera updates using methods like `animateCamera` and `moveCamera` on a `GoogleMap` object."],["To create `CameraUpdate` instances, utilize the `CameraUpdateFactory` class, providing various camera manipulation options."],["Refer to the \"Camera and View\" developer guide for detailed information on camera functionalities in Google Maps Android API."]]],["`CameraUpdate` defines camera movements on a map. Modify the camera using `animateCamera` or `moveCamera`, providing a `CameraUpdate` object. Obtain this object via the `CameraUpdateFactory`. For instance, use `CameraUpdateFactory.zoomIn()` to zoom in on the map via `animateCamera`. Additional details can be found in the \"Camera and View\" developer guide. Inherited methods include `equals`, `getClass`, `hashCode`, `notify`, `notifyAll`, `toString`, and `wait`.\n"]]