Enum Format
จัดทุกอย่างให้เป็นระเบียบอยู่เสมอด้วยคอลเล็กชัน
บันทึกและจัดหมวดหมู่เนื้อหาตามค่ากำหนดของคุณ
รูปแบบ
Enum ที่แทนรูปแบบรูปภาพแผนที่
หากต้องการเรียก enum คุณจะต้องเรียกคลาส ชื่อ และพร็อพเพอร์ตี้ระดับบนสุด เช่น
Maps.Format.PNG
ดูเพิ่มเติม
พร็อพเพอร์ตี้
พร็อพเพอร์ตี้ | Type | คำอธิบาย |
PNG | Enum | รูปแบบ PNG 8 บิต |
PNG8 | Enum | รูปแบบ PNG 8 บิต |
PNG32 | Enum | รูปแบบ PNG 32 บิต |
GIF | Enum | GIF |
JPG | Enum | JPEG |
JPG_BASELINE | Enum | รูปแบบ JPEG แบบไม่โปรเกรสซีฟ |
เนื้อหาของหน้าเว็บนี้ได้รับอนุญาตภายใต้ใบอนุญาตที่ต้องระบุที่มาของครีเอทีฟคอมมอนส์ 4.0 และตัวอย่างโค้ดได้รับอนุญาตภายใต้ใบอนุญาต Apache 2.0 เว้นแต่จะระบุไว้เป็นอย่างอื่น โปรดดูรายละเอียดที่นโยบายเว็บไซต์ Google Developers Java เป็นเครื่องหมายการค้าจดทะเบียนของ Oracle และ/หรือบริษัทในเครือ
อัปเดตล่าสุด 2025-07-26 UTC
[null,null,["อัปเดตล่าสุด 2025-07-26 UTC"],[[["\u003cp\u003e\u003ccode\u003eMaps.Format\u003c/code\u003e is an enum used to specify the format of a map image.\u003c/p\u003e\n"],["\u003cp\u003eAvailable formats include PNG (8-bit and 32-bit), GIF, and JPEG (including a non-progressive option).\u003c/p\u003e\n"],["\u003cp\u003eThe enum is called using the syntax \u003ccode\u003eMaps.Format.<format_property>\u003c/code\u003e, such as \u003ccode\u003eMaps.Format.PNG\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eMore details about image formats can be found in the Google Static Maps API documentation.\u003c/p\u003e\n"]]],["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"],null,["# Enum Format\n\nFormat\n\nAn enum representing the format of the map image.\n\nTo call an enum, you call its parent class, name, and property. For example, `\nMaps.Format.PNG`.\n\n#### See also\n\n- [Google Static Maps API](/maps/documentation/staticmaps#ImageFormats) \n\n### Properties\n\n| Property | Type | Description |\n|----------------|--------|------------------------------|\n| `PNG` | `Enum` | 8-bit PNG format. |\n| `PNG8` | `Enum` | 8-bit PNG format. |\n| `PNG32` | `Enum` | 32-bit PNG format. |\n| `GIF` | `Enum` | GIF format. |\n| `JPG` | `Enum` | JPEG format. |\n| `JPG_BASELINE` | `Enum` | Non-progressive JPEG format. |"]]