geoportal-extensions-leaflet
Version:
French Geoportal Extension for Leaflet
23 lines • 759 B
TypeScript
export default GroupLocationSelector;
/**
* @classdesc
*
* Group of LocationSelector Control.
*
* @constructor GroupLocationSelector
* @alias GroupLocationSelector
* @extends {L.Control}
* @param {Object} options - options for function call.
* @param {String} [options.apiKey] - API key. The "calcul" key is used by default.
* @param {String} [options.position] - position of component into the map, 'topleft' by default
* @param {Boolean} [options.collapsed] - collapse mode, false by default
* @param {Object} ...
* @private
* @example
* var route = L.geoportalControl.Route({
* position : "topright",
* collapsed : true
* });
*/
declare var GroupLocationSelector: any;
//# sourceMappingURL=GroupLocationSelector.d.ts.map