Appearance
DoCurious API Reference / types / Location
Interface: Location
Defined in: types/location.types.ts:18
Full location with address details
Extends
Extended by
Properties
city?
optionalcity:string
Defined in: types/location.types.ts:19
country?
optionalcountry:string
Defined in: types/location.types.ts:22
formattedAddress?
optionalformattedAddress:string
Defined in: types/location.types.ts:24
latitude
latitude:
number
Defined in: types/location.types.ts:11
Inherited from
longitude
longitude:
number
Defined in: types/location.types.ts:12
Inherited from
postalCode?
optionalpostalCode:string
Defined in: types/location.types.ts:21
state?
optionalstate:string
Defined in: types/location.types.ts:20
streetAddress?
optionalstreetAddress:string
Defined in: types/location.types.ts:23