Package 

Enum PoiDisplayState

  • 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

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Constructor Summary

      Constructors 
      Constructor Description
    • 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()
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait