Enum Format
फ़ॉर्मैट
मैप की इमेज के फ़ॉर्मैट को दिखाने वाला Enum.
किसी Enum को कॉल करने के लिए, आपको उसकी पैरंट क्लास, नाम, और प्रॉपर्टी को कॉल करना होता है. उदाहरण के लिए,
Maps.Format.PNG
.
इन्हें भी देखें
प्रॉपर्टी
प्रॉपर्टी | Type | ब्यौरा |
PNG | Enum | 8-बिट PNG फ़ॉर्मैट में होना चाहिए. |
PNG8 | Enum | 8-बिट PNG फ़ॉर्मैट में होना चाहिए. |
PNG32 | Enum | 32-बिट PNG फ़ॉर्मैट. |
GIF | Enum | GIF फ़ॉर्मैट में हो. |
JPG | Enum | JPEG फ़ॉर्मैट में. |
JPG_BASELINE | Enum | ऐसा JPEG फ़ॉर्मैट जिसमें बदलाव नहीं किया जा सकता. |
जब तक कुछ अलग से न बताया जाए, तब तक इस पेज की सामग्री को Creative Commons Attribution 4.0 License के तहत और कोड के नमूनों को Apache 2.0 License के तहत लाइसेंस मिला है. ज़्यादा जानकारी के लिए, Google Developers साइट नीतियां देखें. Oracle और/या इससे जुड़ी हुई कंपनियों का, Java एक रजिस्टर किया हुआ ट्रेडमार्क है.
आखिरी बार 2023-12-01 (UTC) को अपडेट किया गया.
[null,null,["आखिरी बार 2023-12-01 (UTC) को अपडेट किया गया."],[[["`Maps.Format` is an enum used to specify the format of a map image."],["Available formats include PNG (8-bit and 32-bit), GIF, and JPEG (including a non-progressive option)."],["The enum is called using the syntax `Maps.Format.\u003cformat_property\u003e`, such as `Maps.Format.PNG`."],["More details about image formats can be found in the Google Static Maps API documentation."]]],["The `Maps.Format` enum defines the image format for maps, accessed via its parent class, name, and property (e.g., `Maps.Format.PNG`). Available formats include `PNG`, `PNG8`, `PNG32` (all PNG variations), `GIF`, `JPG`, and `JPG_BASELINE` (non-progressive JPEG). Each property represents a different image encoding, with the `Type` specified as `Enum` and providing information on whether the image is 8 or 32 bit.\n"]]