| Author | Topic: Google maps in xblHtmlViewer, add markers |
---|
| Jack Duijf | Google maps in xblHtmlViewer, add markers
on Fri, 12 Jun 2015 00:40:55 +0200 |
| Dirk Visser RI | Re: Google maps in xblHtmlViewer, add markers
on Sat, 13 Jun 2015 18:40:35 +0200Jack Duijf had uiteengezet :
> Hello,
>
> Xbase 1.9
> I use sample XPPW32\SOURCE\samples\activex\webbrowser
>
> I change line 185 of webbrowser.prg
>
> ::BrowserControl:Navigate( "http://www.alaska-software.com" )
> ::BrowserControl:Navigate(
> "https://www.google.nl/maps/place/Schoolweg,+3959+AW+Overberg/@52.0370026,5.4902084?hl=nl"
> )
>
> This shows me a nice card., and 1 marker.
>
> How can i add more markers and marker context (company names)
>
> Suggestions are wqelcome
>
> Regards
> Jack Duijf
>
> -------------------------------------------------------------
> Also a member off the XXP (http://www.xxp.nl)
Jack,
Just look in the help of google maps and you will all kind of stuf. I
have a DBF with the coördinates of building according to postcode and
house number of the Netherlands. With that I can spot the place where
people of a company is situated.
The link for that is something like this:
<button class="button"
onClick="window.open('http://maps.google.com/maps?q=<BREEDTE>,
<LENGTE>+(My+Point)&z=16&ll=<BREEDTE>, <LENGTE>');">Kaart</button><br>
Hope that this will help you.
Dirk Visser
Director of VigilantDMS |
| Peter Alderliesten | Re: Google maps in xblHtmlViewer, add markers
on Mon, 15 Jun 2015 10:19:09 +0200 |
| Jack Duijf | Re: Google maps in xblHtmlViewer, add markers
on Mon, 15 Jun 2015 21:52:16 +0200 |