Version 4.4.1: MapPolygon for UWP in progress

This commit is contained in:
ClemensF 2018-02-18 16:17:13 +01:00
parent 7246cbd002
commit bb8539d232

View file

@ -15,8 +15,8 @@ namespace MapControl
}
/// <summary>
/// Indicates if the map projection has changed, i.e. if a MapTileLayer or MapImageLayer should be
/// immediately updated, or MapPath Data in cartesian map coordinates should be recalculated.
/// Indicates if the map projection has changed, i.e. if a MapTileLayer or MapImageLayer should
/// be updated immediately, or MapShape Data in cartesian map coordinates should be recalculated.
/// </summary>
public bool ProjectionChanged { get; }