mirror of
https://github.com/ClemensFischer/XAML-Map-Control.git
synced 2026-04-06 06:55:04 +00:00
Version 4.6.1: Removed obsolete MapProjection.TranslateLocation method
This commit is contained in:
parent
fa2c561bc9
commit
b12155e498
15 changed files with 19 additions and 73 deletions
|
|
@ -88,11 +88,6 @@ namespace MapControl
|
|||
/// </summary>
|
||||
public abstract Location PointToLocation(Point point);
|
||||
|
||||
/// <summary>
|
||||
/// Translates a Location in geographic coordinates by the specified small amount in viewport coordinates.
|
||||
/// </summary>
|
||||
public abstract Location TranslateLocation(Location location, Point translation);
|
||||
|
||||
/// <summary>
|
||||
/// Transforms a BoundingBox in geographic coordinates to a Rect in cartesian map coordinates.
|
||||
/// </summary>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue