Enum Format
Format
Ein Enum-Wert, der das Format des Kartenbildes darstellt.
Um eine Enum aufzurufen, rufen Sie ihre übergeordnete Klasse, ihren Namen und ihre Eigenschaft auf. Beispiel:
Maps.Format.PNG
.
Weitere Informationen
Attribute
Property | Typ | Beschreibung |
PNG | Enum | 8-Bit-PNG-Format. |
PNG8 | Enum | 8-Bit-PNG-Format. |
PNG32 | Enum | 32-Bit-PNG-Format. |
GIF | Enum | GIF-Format |
JPG | Enum | JPEG-Format. |
JPG_BASELINE | Enum | Nicht progressives JPEG-Format. |
Sofern nicht anders angegeben, sind die Inhalte dieser Seite unter der Creative Commons Attribution 4.0 License und Codebeispiele unter der Apache 2.0 License lizenziert. Weitere Informationen finden Sie in den Websiterichtlinien von Google Developers. Java ist eine eingetragene Marke von Oracle und/oder seinen Partnern.
Zuletzt aktualisiert: 2023-12-01 (UTC).
[null,null,["Zuletzt aktualisiert: 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."]]],[]]