[Google Maps API v3] Distance Travelled?

2011-11-17 Thread Sy
Hi, Is there any built in routines in the API to calculate distance travelled from a known start point. I'm not talking about range and bearing which is a straight line between two points. What I would like to resolve is given a start point on a road, the total route distance travelled. Thank y

[Google Maps API v3] Re: How to embed google map in SVG document

2011-11-07 Thread Sy
Thank you, I will have a play. On Nov 7, 9:58 pm, davie wrote: > Hi > Seehttp://daviestrachan.zxq.net/maps/svgmap.xml > Map in SVG > > Regards Davie > > On Nov 7, 3:19 pm, Sy wrote: > > > > > > > > > I think I may be able to do it with the '

[Google Maps API v3] Re: How to embed google map in SVG document

2011-11-07 Thread Sy
orm does have a web browser, you provide a link that > > shows the location concerned either (x) in the Google Maps native > > application (if your platform has one); or (y) on the Google Maps > > website. > > > Regards Davie > > > On Nov 7, 7:49 am, Sy

[Google Maps API v3] Re: How to embed google map in SVG document

2011-11-06 Thread Sy
I have an SVG document and what I want to do or find out if its possible is how to get a Google map rendered in an area of the SVG document. I think your examples are examples of maps inside HTML documents. On Nov 6, 3:47 pm, Berry Ratliff wrote: > On Nov 5, 7:10 pm, Sy wrote: >

[Google Maps API v3] Re: How to embed google map in SVG document

2011-11-05 Thread Sy
page) which > contains SVG(which modern browsers treat as  an img tag.) which is > possible. > Also note Google static maps are image files. > Regards Davie > > On Oct 30, 11:48 am, Sy wrote: > > > > > > > > > Hi, is it possible / permitted to embed an Goog

[Google Maps API v3] How to embed google map in SVG document

2011-10-30 Thread Sy
Hi, is it possible / permitted to embed an Google map inside an SVG document? -- You received this message because you are subscribed to the Google Groups "Google Maps JavaScript API v3" group. To post to this group, send email to google-maps-js-api-v3@googlegroups.com. To unsubscribe from this

[Google Maps API v3] Re: Problem with infobox and markers

2011-09-27 Thread Sy
I have now resolved the problem: var cbFun = objTMref.openInfoBox.bind( objTMref ); google.maps.event.addListener(objTMref.marker, 'click', cbFun ); Thank you, On Sep 27, 2:37 pm, Sy wrote: > Hi, > > I am trying to display a context sensitve infoB

[Google Maps API v3] Problem with infobox and markers

2011-09-27 Thread Sy
Hi, I am trying to display a context sensitve infoBox when a marker is clicked on and for some reason I am having problems getting it to work. In my example I have two markers, each marker has a different icon and I add a listener for the click with: google.maps.event.addListener(obj