Skip to content

Instantly share code, notes, and snippets.

@anuith
Created June 25, 2012 06:07
Show Gist options
  • Save anuith/2986919 to your computer and use it in GitHub Desktop.
Save anuith/2986919 to your computer and use it in GitHub Desktop.
Windows Phone Hackathon : Bing Map Sample - Code - Variables
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