menu
maphero_gl package
documentation
maphero.dart
AnnotationManager<T extends Annotation>
byId method
byId method
dark_mode
light_mode
byId
method
T?
byId
(
String
id
)
get the an annotation by its id
Implementation
T? byId(String id) => _idToAnnotation[id];
maphero_gl package
documentation
maphero
AnnotationManager<T extends Annotation>
byId method
AnnotationManager class