-
- All Implemented Interfaces:
-
java.io.Serializable
,kotlin.Comparable
public enum PoiDisplayState extends Enum<PoiDisplayState>
Declares the states that a com.pointrlabs.core.poi.models can be in when shown on the map
-
-
Enum Constant Summary
Enum Constants Enum Constant Description HIGHLIGHTED
Indicates that the com.pointrlabs.core.poi.models is highlighted either by user selection or a call to com.pointrlabs.core.map.widget.mapview.PTRMapFragment.highlightPoi programmatically
NORMAL
Initial state for com.pointrlabs.core.poi.models when it's drawn on the map
-
Method Summary
Modifier and Type Method Description final String
getName()
final Integer
getOrdinal()
-
-
Method Detail
-
getOrdinal
final Integer getOrdinal()
-
-
-
-