menu
vietmap_flutter_gl package
documentation
vietmap_flutter_gl.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];
vietmap_flutter_gl package
documentation
vietmap_flutter_gl
AnnotationManager<T extends Annotation>
byId method
AnnotationManager class