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

web


web / lib/services/schema-detection/utilities/coordinates

lib/services/schema-detection/utilities/coordinates

Coordinate detection utilities.

Detects geographic coordinate fields (lat/lng) and combined coordinate fields from field statistics.

Functions

detectGeoFields()

detectGeoFields(fieldStats, options?): GeoFieldMapping | null

Detect geo field mappings.

Parameters

fieldStats

Record<string, FieldStatistics>

options?

DetectionOptions

Returns

GeoFieldMapping | null

Last updated on