ToLocation
Constructs the location.
Variants
ToLocation(Numeric latitude, Numeric longitude)
Constructs the location from a pair of coordinates.
Parameters
- latitude
- The numeric value of latitude.
- longitude
- The numeric value of longitude.
Returns
Location
Examples
ToLocation(35.658068, 139.751599)
returns following location:
ToLocation(Text location)
Constructs the location from text.
Parameters
- location
- The text with comma separated pair of decimal numbers.
Returns
Location
Examples
ToLocation("35.658068, 139.751599")
returns following location: