You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
/// Gets or sets a value indicating if <see cref="Map.MaximumExtents"/> should be enforced or not.
/// </summary>
publicboolEnforceMaximumExtents{get;set;}
/// <summary>
/// Verifies the zoom level and center of the map
/// </summary>
/// <param name="zoom">The zoom level to test</param>
/// <param name="center">The center of the map. This coordinate might change so you <b>must</b> provide a copy if you want to preserve the old value</param>
/// <returns>The zoom level, might have changed</returns>