Determine whether this provider handles the input parameter layerType.
string.
a true or false.
Determine whether this provider handles the input parameter layerType.
string.
a true or false.
Determine whether this provider handles the input parameter layerType.
string.
a true or false.
Return the specified layer.
a LeafletLayer.
Return the specified layer.
a LeafletLayer.
Return the specified layer.
a LeafletLayer.
The KmlLeafletMapLayerProvider class is an implementation of LeafletMapLayerProvider.
This provider can be registered with a LeafletMap to retrieve a LeafletKmlDynamicLayer.
var map = new LeafletMap();
map.create("map", { initialXMin: -88.679196, initialYMin: 24.326418, initialXMax: -79.57153, initialYMax: 30.892178 });
map.registerProvider(new KmlLeafletMapLayerProvider());