Reputation: 21
Is there by any possibility a library or sth that allows to work with maps on Windows Phone 7 (connect to gps, connect a gps data with a point on the map etc.) and is NOT the control that connects with Bing?
Thanks in advance.
Upvotes: 2
Views: 387
Reputation: 1515
Resco MobileForms Toolkit contains Location library that offers location-related services and lets you select one of 2 providers - Google or Bing. This article provides the details.
Any comments are welcome.
Upvotes: 1
Reputation: 66882
You can of course use the Bing maps control with other sources http://dotnetbyexample.blogspot.com/2010/10/showing-open-source-maps-on-windows.html - although this may one day hit licensing issues.
If you want to write your own map control, there are a few open source projects around - things like http://greatmaps.codeplex.com/, http://wpfsharpmapcontrols.codeplex.com/, http://bingmapscontrol.codeplex.com/ - but I don't know any of those with WP7 or touch support. Given the number of questions I've seen on SO asking for advanced features (like map from isloated storage), then hopefully one will come along soon!
Upvotes: 1
Reputation: 16319
You can use ArcGIS, which does not use the Bing Maps control, though if you just want different maps (such as OpenStreetMap) you can specify a custom TileSource.
Upvotes: 1