embed google map in wpf control
Posted
by Dave Turvey
on Stack Overflow
See other posts from Stack Overflow
or by Dave Turvey
Published on 2008-12-04T11:22:12Z
Indexed on
2010/03/29
11:23 UTC
Read the original article
Hit count: 470
wpf
|google-maps
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?
© Stack Overflow or respective owner