Map Overlay Plugin
Interface for MapOverlay Container that manage MapOverlays.
Functions
Get an EdgeInsets that represent the width and height of overlays
Called when the plugin is first added to the map.
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 OnReframeFinished object is provided, MapView will jump to the new CameraOptions directly; if OnReframeFinished object 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 view as overlay.
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 view.
Unregister views.