Enum Format
形式地図画像の形式を表す列挙型。
列挙型を呼び出すには、親クラス、名前、プロパティを呼び出します。たとえば、
Maps.Format.PNG
のようにします。
関連ドキュメント
プロパティ
プロパティ | 種類 | 説明 |
PNG | Enum | 8 ビット PNG 形式。 |
PNG8 | Enum | 8 ビット PNG 形式。 |
PNG32 | Enum | 32 ビット PNG 形式。 |
GIF | Enum | GIF 形式。 |
JPG | Enum | JPEG 形式。 |
JPG_BASELINE | Enum | 非プログレッシブ JPEG 形式。 |
特に記載のない限り、このページのコンテンツはクリエイティブ・コモンズの表示 4.0 ライセンスにより使用許諾されます。コードサンプルは Apache 2.0 ライセンスにより使用許諾されます。詳しくは、Google Developers サイトのポリシーをご覧ください。Java は Oracle および関連会社の登録商標です。
最終更新日 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."]]],[]]