| 
            
              CoordinateReferenceSystemTranslate(GeoCoordinate, Double) Method
             | 
          
        
        
            Translates the given geographical coordinate
            to a cartesian point at the given zoom level.
            
        
        Namespace: GSF.GeoAssembly: GSF.Geo (in GSF.Geo.dll) Version: 2.4.257.0 (2.4.257.0)
SyntaxPublic Overridable Function Translate ( 
	coordinate As GeoCoordinate,
	zoom As Double
) As Point
function Translate(coordinate, zoom);
 View SourceParameters
- coordinate  GeoCoordinate
 - The coordinate to be translated.
 - zoom  Double
 - The zoom level.
 
Return Value
PointThe cartesian point corresponding to the given coordinate.
See Also