MoveToRegionRequest(MapSpan, Boolean) Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.