diff --git a/src/fragments/lib-v1/geo/js/search.mdx b/src/fragments/lib-v1/geo/js/search.mdx index 63f0e426c94..d434e2af20f 100644 --- a/src/fragments/lib-v1/geo/js/search.mdx +++ b/src/fragments/lib-v1/geo/js/search.mdx @@ -14,7 +14,7 @@ First, make sure you've provisioned a search index resource and configured your -To add a location search UI component to your map, you can use the [maplibre-gl-geocoder](https://github.com/maplibre/maplibre-gl-geocoder) library. `maplibre-gl-js-amplify` package makes it easy to integrate `maplibre-gl-geocoder` with Amplify Geo by exporting a utility function `createAmplifyGeocoder()` that returns an instance of `maplibre-gl-geocoder` with some pre-defined settings and supports all the [options](https://github.com/maplibre/maplibre-gl-geocoder/blob/main/API.md#parameters) for customizing the UI component +To add a location search UI component to your map, you can use the [maplibre-gl-geocoder](https://github.com/maplibre/maplibre-gl-geocoder) library. `maplibre-gl-js-amplify` package makes it easy to integrate `maplibre-gl-geocoder` with Amplify Geo by exporting a utility function `createAmplifyGeocoder()` that returns an instance of `maplibre-gl-geocoder` with some pre-defined settings and supports all the [options](https://maplibre.org/maplibre-gl-geocoder/types/MaplibreGeocoderOptions.html) for customizing the UI component Install the necessary dependencies with the following command: diff --git a/src/fragments/lib/geo/js/search.mdx b/src/fragments/lib/geo/js/search.mdx index c727595fbd1..35d4179d259 100644 --- a/src/fragments/lib/geo/js/search.mdx +++ b/src/fragments/lib/geo/js/search.mdx @@ -14,7 +14,7 @@ First, make sure you've provisioned a search index resource and configured your -To add a location search UI component to your map, you can use the [maplibre-gl-geocoder](https://github.com/maplibre/maplibre-gl-geocoder) library. `maplibre-gl-js-amplify` package makes it easy to integrate `maplibre-gl-geocoder` with Amplify Geo by exporting a utility function `createAmplifyGeocoder()` that returns an instance of `maplibre-gl-geocoder` with some pre-defined settings and supports all the [options](https://github.com/maplibre/maplibre-gl-geocoder/blob/main/API.md#parameters) for customizing the UI component +To add a location search UI component to your map, you can use the [maplibre-gl-geocoder](https://github.com/maplibre/maplibre-gl-geocoder) library. `maplibre-gl-js-amplify` package makes it easy to integrate `maplibre-gl-geocoder` with Amplify Geo by exporting a utility function `createAmplifyGeocoder()` that returns an instance of `maplibre-gl-geocoder` with some pre-defined settings and supports all the [options](https://maplibre.org/maplibre-gl-geocoder/types/MaplibreGeocoderOptions.html) for customizing the UI component Install the necessary dependencies with the following command: diff --git a/src/pages/[platform]/build-a-backend/add-aws-services/geo/location-search/index.mdx b/src/pages/[platform]/build-a-backend/add-aws-services/geo/location-search/index.mdx index 770e380bb0e..c1e1d1203cf 100644 --- a/src/pages/[platform]/build-a-backend/add-aws-services/geo/location-search/index.mdx +++ b/src/pages/[platform]/build-a-backend/add-aws-services/geo/location-search/index.mdx @@ -39,7 +39,7 @@ First, make sure you've provisioned a search index resource and configured your -To add a location search UI component to your map, you can use the [maplibre-gl-geocoder](https://github.com/maplibre/maplibre-gl-geocoder) library. `maplibre-gl-js-amplify` package makes it easy to integrate `maplibre-gl-geocoder` with Amplify Geo by exporting a utility function `createAmplifyGeocoder()` that returns an instance of `maplibre-gl-geocoder` with some pre-defined settings and supports all the [options](https://github.com/maplibre/maplibre-gl-geocoder/blob/main/API.md#parameters) for customizing the UI component +To add a location search UI component to your map, you can use the [maplibre-gl-geocoder](https://github.com/maplibre/maplibre-gl-geocoder) library. `maplibre-gl-js-amplify` package makes it easy to integrate `maplibre-gl-geocoder` with Amplify Geo by exporting a utility function `createAmplifyGeocoder()` that returns an instance of `maplibre-gl-geocoder` with some pre-defined settings and supports all the [options](https://maplibre.org/maplibre-gl-geocoder/types/MaplibreGeocoderOptions.html) for customizing the UI component Install the necessary dependencies with the following command: