GeoPosition—Wolfram Language Documentation
https://reference.wolfram.com/language/ref/GeoPosition.htmlGeoPosition[{lat, lon}] represents a geodetic position with latitude lat and longitude lon. GeoPosition[{lat, lon, h}] represents a geodetic position with height h relative to the reference ellipsoid. GeoPosition[{lat, lon, h}, datum] represents a geodetic position referring to the specified datum. GeoPosition[{{lat1, lon1}, {lat2, lon2}, ...}, datum] represents an array of geodetic positions.
Wolfram Language: Programming with Built-in Computational ...
www.wolfram.com/languageThe Wolfram Language gives access to the power of computation at a significantly higher level than ever before, by leveraging built-in computational intelligence that relies on a vast depth of algorithms and real-world knowledge carefully integrated over three decades. Scalable for programs from tiny to huge, with immediate deployment locally ...
Position—Wolfram Language Documentation
https://reference.wolfram.com/language/ref/Position.htmlPosition[expr, pattern] gives a list of the positions at which objects matching pattern appear in expr. Position[expr, pattern, levelspec] finds only objects that appear on levels specified by levelspec. Position[expr, pattern, levelspec, n] gives the positions of the first n objects found. Position[pattern] represents an operator form of Position that can be applied to an expression.