Alaska Software Inc. - Google maps in xblHtmlViewer, add markers
Username: Password:
AuthorTopic: Google maps in xblHtmlViewer, add markers
Jack DuijfGoogle maps in xblHtmlViewer, add markers
on Fri, 12 Jun 2015 00:40:55 +0200
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)
Dirk Visser RIRe: Google maps in xblHtmlViewer, add markers
on Sat, 13 Jun 2015 18:40:35 +0200
Jack 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 AlderliestenRe: Google maps in xblHtmlViewer, add markers
on Mon, 15 Jun 2015 10:19:09 +0200
Jack DuijfRe: Google maps in xblHtmlViewer, add markers
on Mon, 15 Jun 2015 21:52:16 +0200
Hello Peter,

Thank you, that is a big help.

Jack

On Mon, 15 Jun 2015 10:19:09 +0200, Peter Alderliesten wrote:

>Jack,
>
>Check this page:
>	https://developers.google.com/maps/documentation/staticmaps/
>
>
>Peter