Interface OnCustomPoiChangeListener


  • public interface OnCustomPoiChangeListener
    • Method Detail

      • onCustomPoiDeselected

        void onCustomPoiDeselected​(CustomPoi customPoi)
        Get notified when a Custom POI is deselected.
        Parameters:
        customPoi - instance of CustomPoi that was deselected.
      • onCustomPoiSelected

        void onCustomPoiSelected​(CustomPoi customPoi)
        Get notified when a Custom POI is selected.
        Parameters:
        customPoi - instance of CustomPoi that was selected.
      • onCustomPoiRemoved

        void onCustomPoiRemoved​(CustomPoi customPoi)
        Get notified when a Custom POI is removed.
        Parameters:
        customPoi - instance of CustomPoi that was removed.
      • onCustomPoiCreated

        void onCustomPoiCreated​(CustomPoi customPoi)
        Get notified when a Custom POI is created.
        Parameters:
        customPoi - instance of CustomPoi that has been created.