Map Overlay Plugin Impl
Impl class for MapOverlayPlugin
Constructors
Functions
Get an EdgeInsets that represent the width and height of overlays
Provides all map delegate instances.
Invoked when MapView's width and height have changed.
Reframe MapView to a certain zoom and position to make sure every coordinate will be shown on the MapView and not covered by registered MapOverlays. If no onAnimateReframe is provided, MapView will jump to the new CameraOptions directly; if onAnimateReframe is provided, the new CameraOptions will be return and users can define their own animation to move the camera.
To register a MapOverlayCoordinatesProvider instance to the Container
Register an MapOverlay instance.
Register views as overlays
Set the margins for the area that displaying import POIs without covered. These margins can let the POIs near the border not by cut or covered.
Unregister the MapOverlayCoordinatesProvider.
Unregister an MapOverlay instance.
Unregister views.