vote up 0 vote down star

Hi,

I am trying to create a wpf control that will display a map image using google maps. I want to be able to centre the map on a longitude and latitude specified by the application. Ideally, the control will then allow the user to move a map marker and store the latitude/longitude of the marker in the application.

The only way I can think of doing this is to use a WebBrowser control and create a HTML string at runtime that shows a map of the desired location. This seems like an awkward solution and won't allow me to easily retrieve the marker location. Does anyone know of a better way to accomplish this?

flag

70% accept rate

4 Answers

vote up -1 vote down check

I'm not 100% sure on this, but I think that doing something like that would violate Google Map's Terms of Service.

link|flag
Yes, I have looked into it more closely and it is against the terms. I'm now looking around for an alternative map api that would be suitable. – Dave Turvey Dec 11 '08 at 9:54
Dave are you able to point me to the particular part of the T&C? – chickeninabiscuit Aug 11 at 5:08
from code.google.com/apis/maps/terms.html section 9.1 says it must not be accessible only to an internal network. The app is an internal business app so the api wouldn't be appropriate. – Dave Turvey Aug 27 at 22:03
This sample is from the Google Maps documentation, posted in March 2009 by Marc Ridey, Google Geo Team. code.google.com/apis/maps/… – Maghis Nov 23 at 23:43
vote up 0 vote down

There is a nice integration between windows forms and Microsoft Virtual Earth (sample here.) There are licensing considerations for commercial products, but this is certainly more or a "turnkey" option. You would also need to look into the Windows Forms Host to put a Forms control into a WPF app.

link|flag
vote up 0 vote down

http://greatmaps.codeplex.com/

link|flag
vote up 1 vote down

Hosting Google Maps in a Microsoft WPF application using XAML http://code.google.com/apis/maps/articles/flashmapinwpf.html

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.