Uses of Enum Class
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.State
Returns the enum constant of this class with the specified name.static LocationMarker.State[]
LocationMarker.State.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.arubanetworks.meridian.maps with parameters of type LocationMarker.StateModifier and TypeMethodDescriptionvoid
LocationMarker.clearCustomColor
(LocationMarker.State s) int
LocationMarker.colorForState
(LocationMarker.State s) void
LocationMarker.setCustomColor
(LocationMarker.State s, int color) void
LocationMarker.setState
(Context context, LocationMarker.State s) Constructors in com.arubanetworks.meridian.maps with parameters of type LocationMarker.State