Package 

Interface AnnotationsController

    • Constructor Detail

    • Method Detail

      • add

         abstract void add(@NonNull() List<Annotation> annotations)

        Add Annotations to MapView.

        Parameters:
        annotations - list of annotations you would like to add to map.
      • update

         abstract void update(@NonNull() List<Annotation> annotations)

        Update the annotations that have been added

        Parameters:
        annotations - list of annotations you would like to update.
      • remove

         abstract void remove(@NonNull() List<Annotation> annotations)

        Remove list of Annotations from MapView

        Parameters:
        annotations - list of annotations to remove from the map
      • clear

         abstract void clear()

        Clear all annotations from the map. Notes: this will clear all annotations added to this MapView. So if multiple model was adding annotation, they will be cleared too.