Пример #1
0
 /// <summary>
 /// Calculates the screen position corresponding to a map position, using the current view parameters.
 /// </summary>
 /// <param name="mapPos">The map position in base projection coordinate system.</param>
 /// <returns>The calculated screen position. Can be off-screen.</returns>
 public ScreenPos MapToScreen(MapPos mapPos)
 {
     return(_baseMapView.MapToScreen(mapPos));
 }