Packagecom.distriqt.extension.nativemaps.objects
Classpublic class MapMarkerColour
InheritanceMapMarkerColour Inheritance Object

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.



Public Constants
 ConstantDefined 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
Constant Detail
AND_AZUREConstant
public static const AND_AZURE:uint = 210

AND_BLUEConstant 
public static const AND_BLUE:uint = 240

AND_CYANConstant 
public static const AND_CYAN:uint = 180

AND_GREENConstant 
public static const AND_GREEN:uint = 120

AND_MAGENTAConstant 
public static const AND_MAGENTA:uint = 300

AND_ORANGEConstant 
public static const AND_ORANGE:uint = 30

AND_REDConstant 
public static const AND_RED:uint = 0

AND_ROSEConstant 
public static const AND_ROSE:uint = 330

AND_VIOLETConstant 
public static const AND_VIOLET:uint = 270

AND_YELLOWConstant 
public static const AND_YELLOW:uint = 60

IOS_GREENConstant 
public static const IOS_GREEN:uint = 1

IOS_PURPLEConstant 
public static const IOS_PURPLE:uint = 2

IOS_REDConstant 
public static const IOS_RED:uint = 0