Created
June 25, 2012 06:07
-
-
Save anuith/2986919 to your computer and use it in GitHub Desktop.
Windows Phone Hackathon : Bing Map Sample - Code - Variables
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| private readonly GeoCoordinate defaultLocation = | |
| new GeoCoordinate(13.739239, 100.547369); | |
| private const double defaultZoomLevel = 5; | |
| private GeoCoordinateWatcher watcher; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment