[Google Maps API v3] Re: Drawing Manager Object Listeners

2012-05-23 Thread Enoch Lau (Google Employee)
If you add listeners to your DrawingManager, you are given handles to the overlays that are drawn: https://developers.google.com/maps/documentation/javascript/reference#DrawingManager For example, in your markercomplete listener, the event argument is a Marker. You can then add listeners to tha

Re: [Google Maps API v3] Re: Directions API Step polyline problem

2012-05-23 Thread Cameron Crum
Let me clarify...I don't need the map to do the analysis, but there will be a map at the end with the enhanced data listed. Cameron On Wed, May 23, 2012 at 3:59 PM, Andrew Leach wrote: > On 23 May 2012 17:18, Cameron Crum wrote: > > Since I am doing this all server side with no need to draw a m

Re: [Google Maps API v3] Re: Directions API Step polyline problem

2012-05-23 Thread Andrew Leach
On 23 May 2012 17:18, Cameron Crum wrote: > Since I am doing this all server side with no need to draw a map, I'm using > perl and some modules obtained from CPAN. Um... you do need to draw a map. Terms of Service 10.1.1(g). "You must not use or display the Content without a corresponding Google

[Google Maps API v3] Drawing Manager Object Listeners

2012-05-23 Thread Anthony D
Good Evening When utilizing the Drawing Manager to create a marker, polygon, circle, or rectangle is there a way to add a listener to each draw object besides adding a listener to the Draw Manager (var drawingManager)? var drawingManager = new google.maps.drawing.DrawingManager({

Re: [Google Maps API v3] Maps Javascript API and My Places

2012-05-23 Thread Paulo Fabiano Langer
Hey, Barry! Thanks again for your help but I have one more doubt. After loading my map with the kml layer, I have a form with 2 selects: coutries and cities list. When I select a country or a city, I search it by the geocoder and set a new center. Till now, it´s ok but, after choose a country or

Re: [Google Maps API v3] Re: Directions API Step polyline problem

2012-05-23 Thread Cameron Crum
Since I am doing this all server side with no need to draw a map, I'm using perl and some modules obtained from CPAN. Specifically, I'm using Google::Directions. It turns out that the module had an error in the Polyline.pm module. For some reason it was decoding the polyline as a series of offsets

[Google Maps API v3] Re: Directions API Step polyline problem

2012-05-23 Thread geocode...@gmail.com
On May 23, 6:40 am, Cameron Crum wrote: > Steps. Does your map get different results from mine? > > On Wed, May 23, 2012 at 8:20 AM, geocode...@gmail.com > wrote: > > > > > > > > > On May 22, 10:49 pm, ccrum wrote: > > > I recently noticed that the polyline returned in each step in a route > >

Re: [Google Maps API v3] Maps Javascript API and My Places

2012-05-23 Thread Paulo Fabiano Langer
Thank you, Barry! It works fine! Att, Paulo -- You received this message because you are subscribed to the Google Groups "Google Maps JavaScript API v3" group. To view this discussion on the web visit https://groups.google.com/d/msg/google-maps-js-api-v3/-/wrHtbUAhZTAJ. To post to this group,

Re: [Google Maps API v3] Re: Directions API Step polyline problem

2012-05-23 Thread Cameron Crum
Steps. On Wed, May 23, 2012 at 8:20 AM, geocode...@gmail.com wrote: > On May 22, 10:49 pm, ccrum wrote: > > I recently noticed that the polyline returned in each step in a route > > does not always start and end with the coordinates the step says it > > does. For Instance, I ran a directions que

[Google Maps API v3] Re: Directions API Step polyline problem

2012-05-23 Thread geocode...@gmail.com
On May 22, 10:49 pm, ccrum wrote: > I recently noticed that the polyline returned in each step in a route > does not always start and end with the coordinates the step says it > does. For Instance, I ran a directions query from Fort Worth, TX to > Austin, TX. The start and end points returned were

Re: [Google Maps API v3] Maps Javascript API and My Places

2012-05-23 Thread Barry Hunter
When viewing the custom map, you should have a "KML" link just under the description. Grab the URL of that link. Can then use it directly with KmlLayer to display the content on a API based map. On Tue, May 22, 2012 at 6:19 PM, Paulo Fabiano Langer wrote: > Hi, everybody! > The Marketing depart

[Google Maps API v3] Directions API Step polyline problem

2012-05-23 Thread ccrum
I recently noticed that the polyline returned in each step in a route does not always start and end with the coordinates the step says it does. For Instance, I ran a directions query from Fort Worth, TX to Austin, TX. The start and end points returned were: 32.72468 -97.32085 and 32.04823 -97.0948

[Google Maps API v3] Maps Javascript API and My Places

2012-05-23 Thread Paulo Fabiano Langer
Hi, everybody! The Marketing department of my company has registered in google places all our stores addresses. From there, each one were saved as a marker in a existent map on My Places. Now I need to create a web page where I need to show a map with markers of all stores we have around the wor