Enum Color
Farbe
Ein Enum-Wert, der die benannten Farben darstellt, die in Kartenbildern verwendet werden können.
Um eine Enum aufzurufen, rufen Sie ihre übergeordnete Klasse, ihren Namen und ihre Eigenschaft auf. Beispiel:
Maps.Color.BLACK
.
Attribute
Property | Typ | Beschreibung |
BLACK | Enum | |
BROWN | Enum | |
GREEN | Enum | |
PURPLE | Enum | |
YELLOW | Enum | |
BLUE | Enum | |
GRAY | Enum | |
ORANGE | Enum | |
RED | Enum | |
WHITE | Enum | |
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.Color` is an enum representing named colors for use in map images."],["Available color options include `BLACK`, `BROWN`, `GREEN`, `PURPLE`, `YELLOW`, `BLUE`, `GRAY`, `ORANGE`, `RED`, and `WHITE`."],["To use a color, call it using the format `Maps.Color.[ColorName]`, for example, `Maps.Color.BLACK`."]]],[]]