this.map.addKmlOverlay(options: KmlOverlayOptions).then((kmlOverlay: KmlOverlay) => {
});
Params | Type | Details |
---|---|---|
camera | ILatLng[] | Camera target bounds that contains all overlays |
kmlData | any | Kml data |
-
Returns the ID of instance.
➡️ Returns
string
-
Returns the map instance.
➡️ Returns GoogleMap instance.
-
Returns the viewport to contains all overlays
➡️ Returns CameraPosition<ILatLng | ILatLng[]>.
-
Set marker visibility
Params Type Details visible boolean true or false -
Returns true if the marker is visible.
➡️ Returns
boolean
. -
Changes click-ability of the KmlOverlay
Params Type Details clickable boolean true or false -
Returns true if the KmlOverlay is clickable.
➡️ Returns
boolean
. -
Remove the KmlOverlay