Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 1.03 KB

File metadata and controls

22 lines (16 loc) · 1.03 KB

Geolocation

Properties

Name Type Description Notes
AccuracyRadius Pointer to int32 The IP address is likely to be within this radius (in km) of the specified location. [optional]
Latitude Pointer to float64 [optional]
Longitude Pointer to float64 [optional]
PostalCode Pointer to string [optional]
Timezone Pointer to string [optional]
CityName Pointer to string [optional]
CountryCode Pointer to string [optional]
CountryName Pointer to string [optional]
ContinentCode Pointer to string [optional]
ContinentName Pointer to string [optional]
Subdivisions Pointer to []GeolocationSubdivisionsInner [optional]

[Back to Model list] [Back to API list] [Back to README]