Skip to content

DoCurious API Reference / types / Location

Interface: Location

Defined in: types/location.types.ts:18

Full location with address details

Extends

Extended by

Properties

city?

optional city: string

Defined in: types/location.types.ts:19


country?

optional country: string

Defined in: types/location.types.ts:22


formattedAddress?

optional formattedAddress: string

Defined in: types/location.types.ts:24


latitude

latitude: number

Defined in: types/location.types.ts:11

Inherited from

Coordinates.latitude


longitude

longitude: number

Defined in: types/location.types.ts:12

Inherited from

Coordinates.longitude


postalCode?

optional postalCode: string

Defined in: types/location.types.ts:21


state?

optional state: string

Defined in: types/location.types.ts:20


streetAddress?

optional streetAddress: string

Defined in: types/location.types.ts:23

DoCurious Platform Documentation