- Added
continental_marine
andmajor_landform
to geocoding type
- Fixed Czech language geocoding flag
- Languages are now listed in the Client library
- Improved geocoding types and limit documentation
- Added
matching_text
andmatching_place_name
properties to geocoding feature response - Added
road
to geocodingtypes
- Languages are now listed in the Client library
- The QuickLRU dependency is not CJS compatible to it is now fully bundled into the CJS bundle
- Moved somes wrongly positioned deps into devDep
- Rework of the elevation API to be improve developper experience (new module
elevation
) - Expoing some geo math with the new
math
module - synchronized geocoding types with current geocoding API
- added
excludeTypes
option to geocoding API
- DEM elevation API (maptiler#24)
geocoding.byId
can now be used with the apiKey (maptiler#27)- the Typescript types are now properly exported (maptiler#25)
- the Typescript
moduleResolution
is now"Bundler"
(used to be"Node"
) (maptiler#28) - updated some dev-dependencies (maptiler#28)