Learning windows phone7 development together (simple use of the 21. 2 Map control)

Source: Internet
Author: User

1. register the map:

You must apply for a register key https://www.bingmapsportal.com/

Enter the applied key to this attribute before the map can be used properly.

CredentialsProvider attribute: Enter the applied Register key.

2. Set the center point:

<My: map Height = "607" Mode = "Aerial" HorizontalAlignment = "Left" Name = "map1" verticalignment = "Top" Width = "468" CredentialsProvider = "requested map ID" ZoomBarVisibility = "Visible" ScaleVisibility = "Collapsed" Center = "30.259497, 120.129798 "ZoomLevel =" 15 "/>

You can also use code to implement

Map1.Center = new GeoCoordinate (30.259497, 120.129798 );

Map1.ZoomLevel = 15;

3. Set the Display Mode

Mode attribute: Road and Aerial. You can set two display modes.

Aerial Display Mode

 

Road Display Mode

 

4. display the zoom button:

ZoomBarVisibility attributes: Visible and Collapsed.

 

 

 

5. scale display:

ScaleVisibility attributes: Visible and Collapsed.

 

 

 

Sample download: http://www.daisy123.com /? Page_id = 275 map control

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.