CameraUpdate
इनहेरिट किए गए तरीके की खास जानकारी
क्लास से
java.lang.Object
बूलियन
|
इसके बराबर है(ऑब्जेक्ट org0)
|
फ़ाइनल
क्लास<?>
|
getClass()
|
int
|
hashCode()
|
फ़ाइनल
अमान्य
|
notify()
|
फ़ाइनल
अमान्य
|
notifyAll()
|
स्ट्रिंग
|
toString()
|
फ़ाइनल
अमान्य
|
wait(long rc0, int org1)
|
फ़ाइनल
अमान्य
|
wait(long rc0)
|
फ़ाइनल
अमान्य
|
wait()
|
जब तक कुछ अलग से न बताया जाए, तब तक इस पेज की सामग्री को Creative Commons Attribution 4.0 License के तहत और कोड के नमूनों को Apache 2.0 License के तहत लाइसेंस मिला है. ज़्यादा जानकारी के लिए, Google Developers साइट नीतियां देखें. Oracle और/या इससे जुड़ी हुई कंपनियों का, Java एक रजिस्टर किया हुआ ट्रेडमार्क है.
आखिरी बार 2025-04-26 (UTC) को अपडेट किया गया.
[null,null,["आखिरी बार 2025-04-26 (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"]]