Пример #1
0
 /// <summary>
 /// Calculates the map position corresponding to a screen position, using the current view parameters.
 /// </summary>
 /// <param name="screenPos">The screen position.</param>
 /// <returns>The calculated map position in base projection coordinate system. If the given screen position is not on the map, then NaNs are returned.</returns>
 public MapPos ScreenToMap(ScreenPos screenPos)
 {
     return(_baseMapView.ScreenToMap(screenPos));
 }