मैप की नई स्टाइल, जल्द ही Google Maps Platform पर उपलब्ध होगी. मैप की स्टाइल में हुए इस अपडेट में, नया डिफ़ॉल्ट कलर पटल जोड़ा गया है. साथ ही, मैप के अनुभवों और उसे इस्तेमाल करने के तरीके में सुधार भी किए गए हैं. मार्च 2025 में, सभी मैप स्टाइल अपने-आप अपडेट हो जाएंगी. उपलब्धता और जल्दी ऑप्ट इन करने के तरीके के बारे में ज़्यादा जानकारी के लिए,
Google Maps Platform के लिए नई मैप स्टाइल देखें.
Googleमैप.OnCameraIdleListen
कैमरे की गतिविधि खत्म होने के बाद दिखने वाला कॉलबैक इंटरफ़ेस.
सार्वजनिक तरीके से जुड़ी खास जानकारी
ऐब्स्ट्रैक्ट
शून्य
|
onCameraIdle()
यह सूचना तब कॉल की जाती है, जब कैमरा बंद हो गया हो और ऐनिमेशन को मंज़ूरी मिलना बाकी न हो. साथ ही, उपयोगकर्ता ने
मैप से इंटरैक्ट करना बंद कर दिया हो.
|
सार्वजनिक तरीके
सार्वजनिक
ऐब्स्ट्रैक्ट
void
onCameraIdle
()
यह सूचना तब कॉल की जाती है, जब कैमरा बंद हो गया हो और ऐनिमेशन को मंज़ूरी मिलना बाकी न हो. साथ ही, उपयोगकर्ता ने
मैप से इंटरैक्ट करना बंद कर दिया हो.
इसे Android यूज़र इंटरफ़ेस (यूआई) थ्रेड पर कॉल किया जाता है.
जब तक कुछ अलग से न बताया जाए, तब तक इस पेज की सामग्री को Creative Commons Attribution 4.0 License के तहत और कोड के नमूनों को Apache 2.0 License के तहत लाइसेंस मिला है. ज़्यादा जानकारी के लिए, Google Developers साइट नीतियां देखें. Oracle और/या इससे जुड़ी हुई कंपनियों का, Java एक रजिस्टर किया हुआ ट्रेडमार्क है.
आखिरी बार 2025-03-13 (UTC) को अपडेट किया गया.
[null,null,["आखिरी बार 2025-03-13 (UTC) को अपडेट किया गया."],[[["`GoogleMap.OnCameraIdleListener` is an interface used to receive callbacks when the camera on a GoogleMap stops moving."],["The `onCameraIdle()` method is called when all camera movement and animations have ceased and the user is no longer interacting with the map."],["This callback is executed on the Android UI thread, making it suitable for updating UI elements based on the final camera position."]]],["The `GoogleMap.OnCameraIdleListener` interface provides a callback for when camera movement on a map has concluded. The core functionality is within the `onCameraIdle()` method. This method is triggered when all camera movement, including animations, has finished and the user is no longer interacting with the map. The `onCameraIdle()` is called on the main Android UI thread.\n"]]