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?
Returns
GeoFieldMapping | null
Last updated on