MoveToRegionRequest(MapSpan, Boolean) Constructor

Definition

Initializes a new instance of the MoveToRegionRequest class.

public:
 MoveToRegionRequest(Microsoft::Maui::Maps::MapSpan ^ region, bool animated);
public MoveToRegionRequest(Microsoft.Maui.Maps.MapSpan? region, bool animated);
new Microsoft.Maui.Maps.MoveToRegionRequest : Microsoft.Maui.Maps.MapSpan * bool -> Microsoft.Maui.Maps.MoveToRegionRequest
Public Sub New (region As MapSpan, animated As Boolean)

Parameters

region
MapSpan

The target region.

animated
Boolean

Whether the transition should be animated.

Applies to