Skip to content

Latest commit

 

History

History
17 lines (14 loc) · 955 Bytes

File metadata and controls

17 lines (14 loc) · 955 Bytes

FingerprintPro.ServerSdk.Model.Geolocation

Properties

Name Type Description Notes
AccuracyRadius int? The IP address is likely to be within this radius (in km) of the specified location. [optional]
Latitude double? [optional]
Longitude double? [optional]
PostalCode string [optional]
Timezone string [optional]
City GeolocationCity [optional]
Country GeolocationCountry [optional]
Continent GeolocationContinent [optional]
Subdivisions GeolocationSubdivisions [optional]

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