Geo.point
Geo.pointlatitudelongitudeelevation
Documentation
Create a Table representing a geographic point with the specified
latitude, longitude, and elevation.
Arguments
latitude: The latitude of the geographic point, specified in decimal form using the WGS84 coordinate system.longitude: The longitude of the geographic point, specified in decimal form using the WGS84 coordinate system.elevation: The elevation of the point from sea level, in metres.
Examples
Create a point representing the centre of London.
import Standard.Geo
example_point = Geo.point 51.509865 -0.118092