BingMapsTask Class
July 26, 2012
Allows an application to launch the Bing Maps application centered at the location specified with the Center property or at the user’s current location. If SearchTerm is set, locations matching the search term are tagged on the map.
Assembly: Microsoft.Phone (in Microsoft.Phone.dll)
XMLNS for XAML: Not mapped to an xmlns.
The BingMapsTask type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | Center | Gets or sets the location that will be used as the center point for the map. |
![]() | SearchTerm | Gets or sets the search term that is used to find and tag locations on the map. |
![]() | ZoomLevel | Gets or sets the initial zoom level of the map. |
| Name | Description | |
|---|---|---|
![]() | Equals | (Inherited from Object.) |
![]() | Finalize | (Inherited from Object.) |
![]() | GetHashCode | (Inherited from Object.) |
![]() | GetType | (Inherited from Object.) |
![]() | MemberwiseClone | (Inherited from Object.) |
![]() | Show | Shows the Bing Maps application centered at the location specified with the Center property or at the user’s current location. If SearchTerm is set, locations matching the search term are tagged on the map. |
![]() | ToString | (Inherited from Object.) |
If you are developing your application to target 256-MB devices, consider using a BingMapsTask instead of a Map control. Memory allocated for a BingMapsTask does not count towards the total memory usage of your application. This helps minimize the memory impact of your application, which is of particular importance when running on a 256-MB device. For more information, see Developing for 256-MB Devices and How to: Use the Bing Maps Task for Windows Phone
