Package | com.distriqt.extension.nativemaps.objects |
Class | public class MapMarkerColour |
Inheritance | MapMarkerColour ![]() |
A class containing possible values for the colour of a map marker.
There are different available colour values for iOS and Android platforms. iOS options begin with the prefix "IOS_". Android options begin with the prefix "AND_".
You may use any integer (0-360) for a marker colour in Android maps. This number represents the colour position on a colour wheel.
The values contained in this helper class are referenced from: Android developer reference here
NOTE: Using an unsupported value in iOS will default to the standard red marker.Constant | Defined By | ||
---|---|---|---|
AND_AZURE : uint = 210 [static] | MapMarkerColour | ||
AND_BLUE : uint = 240 [static] | MapMarkerColour | ||
AND_CYAN : uint = 180 [static] | MapMarkerColour | ||
AND_GREEN : uint = 120 [static] | MapMarkerColour | ||
AND_MAGENTA : uint = 300 [static] | MapMarkerColour | ||
AND_ORANGE : uint = 30 [static] | MapMarkerColour | ||
AND_RED : uint = 0 [static] | MapMarkerColour | ||
AND_ROSE : uint = 330 [static] | MapMarkerColour | ||
AND_VIOLET : uint = 270 [static] | MapMarkerColour | ||
AND_YELLOW : uint = 60 [static] | MapMarkerColour | ||
IOS_GREEN : uint = 1 [static] | MapMarkerColour | ||
IOS_PURPLE : uint = 2 [static] | MapMarkerColour | ||
IOS_RED : uint = 0 [static] | MapMarkerColour |
AND_AZURE | Constant |
public static const AND_AZURE:uint = 210
AND_BLUE | Constant |
public static const AND_BLUE:uint = 240
AND_CYAN | Constant |
public static const AND_CYAN:uint = 180
AND_GREEN | Constant |
public static const AND_GREEN:uint = 120
AND_MAGENTA | Constant |
public static const AND_MAGENTA:uint = 300
AND_ORANGE | Constant |
public static const AND_ORANGE:uint = 30
AND_RED | Constant |
public static const AND_RED:uint = 0
AND_ROSE | Constant |
public static const AND_ROSE:uint = 330
AND_VIOLET | Constant |
public static const AND_VIOLET:uint = 270
AND_YELLOW | Constant |
public static const AND_YELLOW:uint = 60
IOS_GREEN | Constant |
public static const IOS_GREEN:uint = 1
IOS_PURPLE | Constant |
public static const IOS_PURPLE:uint = 2
IOS_RED | Constant |
public static const IOS_RED:uint = 0