You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+8-8Lines changed: 8 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -20,7 +20,7 @@
20
20
21
21
## What?
22
22
23
-
The *MapTiler Geocoding control* implements a powerful search box in your maps or online forms, enabling your application users to find any place on Earth down to individual addresses. Use the search box control with [MapTiler SDK JS](https://docs.maptiler.com/sdk-js/) (or other map libraries like [Leaflet](https://docs.maptiler.com/leaflet/), [MapLibre GL JS](https://github.com/maplibre/maplibre-gl-js), [OpenLayers](https://docs.maptiler.com/openlayers/)).
23
+
The _MapTiler Geocoding control_ implements a powerful search box in your maps or online forms, enabling your application users to find any place on Earth down to individual addresses. Use the search box control with [MapTiler SDK JS](https://docs.maptiler.com/sdk-js/) (or other map libraries like [Leaflet](https://docs.maptiler.com/leaflet/), [MapLibre GL JS](https://github.com/maplibre/maplibre-gl-js), [OpenLayers](https://docs.maptiler.com/openlayers/)).
24
24
25
25
## Why?
26
26
@@ -29,13 +29,13 @@ The _Geocoding control_ uses the [MapTiler Geocoding API](https://www.maptiler.c
29
29
With this control, users of
30
30
mapping application can:
31
31
32
-
* Find any place on Earth (States, Cities, Streets, Addresses, POIs, ...) down
33
-
to the address level
34
-
* Find and identify objects or place names using a coordinate pair or a single mouse click (reverse geocoding)
35
-
* Restrict the search area to a specific country, bounding box, or proximity
36
-
* Highlight searched results on the map (marker or full geometry)
37
-
* Autocomplete words while typing
38
-
* and much more. Check out the [Geocoding Control API reference](https://docs.maptiler.com/sdk-js/modules/geocoding/api/api-reference/#options) to see all the options.
32
+
- Find any place on Earth (States, Cities, Streets, Addresses, POIs, ...) down
33
+
to the address level
34
+
- Find and identify objects or place names using a coordinate pair or a single mouse click (reverse geocoding)
35
+
- Restrict the search area to a specific country, bounding box, or proximity
36
+
- Highlight searched results on the map (marker or full geometry)
37
+
- Autocomplete words while typing
38
+
- and much more. Check out the [Geocoding Control API reference](https://docs.maptiler.com/sdk-js/modules/geocoding/api/api-reference/#options) to see all the options.
39
39
40
40
The component can be used as an ES module or UMD module with or without bundler.
0 commit comments