getMarkerAnnotations method

List<MarkerAnnotation> getMarkerAnnotations()

Get all marker annotations

Implementation

List<MarkerAnnotation> getMarkerAnnotations() {
  return getAnnotationsOfType<MarkerAnnotation>();
}