getMarkerAnnotations method
Get all marker annotations
Implementation
List<MarkerAnnotation> getMarkerAnnotations() {
return getAnnotationsOfType<MarkerAnnotation>();
}
Get all marker annotations
List<MarkerAnnotation> getMarkerAnnotations() {
return getAnnotationsOfType<MarkerAnnotation>();
}