Skip to content

Latest commit

 

History

History
19 lines (15 loc) · 1.3 KB

DeprecatedGeolocation.md

File metadata and controls

19 lines (15 loc) · 1.3 KB

DeprecatedGeolocation

This field is deprecated and will not return a result for applications created after January 23rd, 2024. Please use the IP Geolocation Smart signal for geolocation information.

Properties

Name Type Description Notes
AccuracyRadius int32 The IP address is likely to be within this radius (in km) of the specified location. [optional] [default to null]
Latitude float64 [optional] [default to null]
Longitude float64 [optional] [default to null]
PostalCode string [optional] [default to null]
Timezone string [optional] [default to null]
City *GeolocationCity [optional] [default to null]
Country *GeolocationCountry [optional] [default to null]
Continent *GeolocationContinent [optional] [default to null]
Subdivisions *[]GeolocationSubdivision [optional] [default to null]

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