A geo location on the earth.
Creates a location from geo decimal coordinates. This automatically sets the timezone from the longitude of the location.
Inputs
| Name | Nickname | Description | Type | 
|---|---|---|---|
| Latitude | LA | A latitudinal coordinate on earth. From south pole -90° to north pole 90° degrees. | Double | 
| Longitude | LO | A longitudinal coordinate on earth. From -180° west of prime meridian to 180° east of prime meridian. | Double | 
Outputs
| Name | Nickname | Description | Type | 
|---|---|---|---|
| Location | L | A geo location on the earth. | Location  | 
Creates a location by settings all of its properties.
Inputs
| Name | Nickname | Description | Type | 
|---|---|---|---|
| Latitude | LA | A latitudinal coordinate on earth. From south pole -90° to north pole 90° degrees. | Double | 
| Longitude | LO | A longitudinal coordinate on earth. From -180° west of prime meridian to 180° east of prime meridian. | Double | 
| Timezone | T | Timezone of this address. | Double | 
| Country | C | The country/region of this address. | String | 
| Admin District | D | The city/town of this address. | String | 
| Address Line | A | An address line that includes street name and number. | String | 
Outputs
| Name | Nickname | Description | Type | 
|---|---|---|---|
| Location | L | A geo location on the earth. | Location  |