MoveToRegionRequest Class
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.
Represents a request to move the map to a specific region, with optional animation control.
public ref class MoveToRegionRequest sealed
public sealed class MoveToRegionRequest
type MoveToRegionRequest = class
Public NotInheritable Class MoveToRegionRequest
- Inheritance
-
MoveToRegionRequest
Constructors
| Name | Description |
|---|---|
| MoveToRegionRequest(MapSpan, Boolean) |
Initializes a new instance of the MoveToRegionRequest class. |
Properties
| Name | Description |
|---|---|
| Animated |
Gets whether the transition should be animated. |
| Region |
Gets the target region. |