@maptiler/geocoding-control 0.0.92 → 0.0.93

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/types.d.ts CHANGED
@@ -211,7 +211,7 @@ export type ControlOptions = {
211
211
  /**
212
212
  * Base URL for POI icons.
213
213
  *
214
- * @default "icons/"
214
+ * @default "icons/" for Svelte apps, otherwise `https://cdn.maptiler.com/maptiler-geocoding-control/v${version}/icons/`
215
215
  */
216
216
  iconsBaseUrl?: string;
217
217
  };