Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 891 Bytes

Location.md

File metadata and controls

18 lines (14 loc) · 891 Bytes

Location

Properties

Name Type Description Notes
City string City Name [default to null]
Continent string Continent Name [default to null]
Country string Country name [default to null]
Timezone string Timezone name [default to null]
AdministrativeDivision string Administrative Division [default to null]
Latitude float32 The Latitude in decimal [default to null]
Longitude float32 The Longitude in decimal [default to null]
Type_ string The type of location [default to null]
Tags []Tag [optional] [default to null]

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