Uses of Enum
com.arubanetworks.meridian.maps.LocationMarker.State
Packages that use LocationMarker.State
-
Uses of LocationMarker.State in com.arubanetworks.meridian.maps
Methods in com.arubanetworks.meridian.maps that return LocationMarker.StateModifier and TypeMethodDescriptionstatic LocationMarker.StateReturns the enum constant of this type with the specified name.static LocationMarker.State[]LocationMarker.State.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.arubanetworks.meridian.maps with parameters of type LocationMarker.StateModifier and TypeMethodDescriptionvoidLocationMarker.clearCustomColor(LocationMarker.State s) intLocationMarker.colorForState(LocationMarker.State s) voidLocationMarker.setCustomColor(LocationMarker.State s, int color) voidLocationMarker.setState(Context context, LocationMarker.State s) Constructors in com.arubanetworks.meridian.maps with parameters of type LocationMarker.State