I´m not using the resource to create a database of places, as 10.1.3 item tells I´m just using geocoder to create a temporal route and display the polyline on the screen. The problem I present don´t let me develop my script completly. A "not straight" street ruins it all. I cannot calculate the intermediate coordinates because GSeps just can´t provide enough data. Google paints the GRoute overlay correctly but it fills Directions div only with the GSteps coordinates Can anyone help ?
2011/7/6 xelawho <[email protected]> > (in English): > > > I developed a web application using Google Maps API. > > I came across a rather delicate problem: I'm creating grout and > > GStep stores in a table in my database. The problem > > occurs when a street is not straight and the Polyline is shorter than the > > distance from the section linking the 2 GStep. My question is, as I can > > Google ask coordinates intermediate between GSteps every 10 > > meters, for example ... ? > > > > Thanks > > It can be done, but are you sure you're not violating item 10.1.3(b) > here: > http://code.google.com/intl/es/apis/maps/terms.html ? > > -- > You received this message because you are subscribed to the Google Groups > "Google Maps API V2" group. > To post to this group, send email to [email protected]. > To unsubscribe from this group, send email to > [email protected]. > For more options, visit this group at > http://groups.google.com/group/google-maps-api?hl=en. > > -- You received this message because you are subscribed to the Google Groups "Google Maps API V2" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-maps-api?hl=en.
