Developer Docs
API Reference
Types
Geocoding
Interfaces
Interface: GeocodingResult

web


web / lib/types/geocoding / GeocodingResult

Interface: GeocodingResult

Properties

rowNumber

rowNumber: number

Row number this result applies to


coordinates

coordinates: object

Geographic coordinates

lat

lat: number

lng

lng: number


confidence

confidence: number

Confidence score (0-1)


formattedAddress?

optional formattedAddress: string

Formatted/normalized address


source?

optional source: "geocoded" | "provided"

Source of coordinates