// XAML Map Control - https://github.com/ClemensFischer/XAML-Map-Control
// Copyright © 2024 Clemens Fischer
// Licensed under the Microsoft Public License (Ms-PL)
using Avalonia.Input;
using System;
using System.Threading;
namespace MapControl
{
///
/// MapBase with default input event handling.
///
public class Map : MapBase
{
public static readonly StyledProperty MouseWheelZoomDeltaProperty
= AvaloniaProperty.Register