Click here to Skip to main content
15,895,011 members
Articles / Mobile Apps / Windows Phone 7

Google Maps for Windows Phone 7 using Bing Map Control

Rate me:
Please Sign up or sign in to vote.
4.74/5 (52 votes)
3 Feb 2011CPOL3 min read 176.1K   6.1K   46  
This article covers the way we could use Google Map using the Map Control shipped by Microsoft with Windows Phone 7 Developer Tools

Microsoft Visual Studio Solution File, Format Version 11.00
# Visual Studio 2010
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "googlemaps", "googlemaps\googlemaps.csproj", "{46CA98C0-4020-4401-AFB8-991ED09A3660}"
EndProject
Global
	GlobalSection(SolutionConfigurationPlatforms) = preSolution
		Debug|Any CPU = Debug|Any CPU
		Release|Any CPU = Release|Any CPU
	EndGlobalSection
	GlobalSection(ProjectConfigurationPlatforms) = postSolution
		{46CA98C0-4020-4401-AFB8-991ED09A3660}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
		{46CA98C0-4020-4401-AFB8-991ED09A3660}.Debug|Any CPU.Build.0 = Debug|Any CPU
		{46CA98C0-4020-4401-AFB8-991ED09A3660}.Debug|Any CPU.Deploy.0 = Debug|Any CPU
		{46CA98C0-4020-4401-AFB8-991ED09A3660}.Release|Any CPU.ActiveCfg = Release|Any CPU
		{46CA98C0-4020-4401-AFB8-991ED09A3660}.Release|Any CPU.Build.0 = Release|Any CPU
		{46CA98C0-4020-4401-AFB8-991ED09A3660}.Release|Any CPU.Deploy.0 = Release|Any CPU
	EndGlobalSection
	GlobalSection(SolutionProperties) = preSolution
		HideSolutionNode = FALSE
	EndGlobalSection
EndGlobal

By viewing downloads associated with this article you agree to the Terms of Service and the article's licence.

If a file you wish to view isn't highlighted, and is a text file (not binary), please let us know and we'll add colourisation support for it.

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
Student Unikrew Solutions
Pakistan Pakistan
A student of Computer Sciences at NUCES-FAST karachi, Pakistan.

Having interst in mostly Microsoft related tools and technologies like :

.Net Framework
Expresison Blend
Windows Phone 7
SQL Server
Asp.net
WPF
Silverlight

Comments and Discussions