- When using the consolidated
LocationClient
, theplacesIndex
is now passed in theoptions
- Added support for new standalone Places SDK
- Fix to publish the bundled script for browser: #99
- Added Changelog and Continuous Deployment
- Added missing PlaceId field in response when searching by PlaceId: #91
- Fixed issue when bundling by enabling esModuleInterop #83
- Added omitSuggestionsWithoutPlaceId option to omit suggestions that don't have a PlaceId (e.g. query string suggestions, such as "pizza near me")
- Added placeholder option to override the string placeholder text in the input field
- Added full result in the optional properties in the responses, so the user can access all fields
- Exported PlacesGeocoderOptions so that users can access the configuration options type
- Several dependency version bumps (from dependabot)
- Removed a number of console.log debug prints that were left behind
- Integrate Amazon Location Service API with MapLibre GL Geocoder