web / lib/services/geocoding
lib/services/geocoding
Entry point for accessing the geocoding functionality.
Exports a createGeocodingService factory that returns a ready-to-use
GeocodingService instance. The service lazily initializes itself on the
first call to geocode(), so no separate init step is needed.
Functions
createGeocodingService()
createGeocodingService(
payload):GeocodingService
Create a new GeocodingService instance bound to the given Payload instance.
The returned service lazily loads settings and providers on first use, so there is no separate initialization step required.
Parameters
payload
BasePayload
Returns
References
GeocodingResult
Re-exports GeocodingResult
Last updated on