|
CoordinateReferenceSystemTranslate(Point, Double) Method
|
Translates the given cartesian point to a
geographical coordinate at the given zoom level.
Namespace: GSF.GeoAssembly: GSF.Geo (in GSF.Geo.dll) Version: 2.4.207.0 (2.4.207.0)
Syntax function Translate(point, zoom);
View SourceParameters
- point Point
- The point to be translated.
- zoom Double
- The zoom level.
Return Value
GeoCoordinateThe geographical location of the point.
See Also