Skip to Content
⚠️Active Development Notice: TimeTiles is under active development. Information may be placeholder content or not up-to-date.
ReferenceAPI ReferenceLibraryServicesGeocodinglib/services/geocoding

web


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

GeocodingService

References

GeocodingResult

Re-exports GeocodingResult

Last updated on