Ok ... I explained the purpose of my app wrong. I save coordinates
that an user sends via a GPS device.

The app should use the missing GRoute coordinates to display a marker
of the user as he walks through the route.
As I said an error occurs when the street is not straight. The GPS
device sends the coordinates to the server and the app tries to place
the marker in the route. In this case no real coordinate is found next
to the real location and the script places the marker in the segment
that links the 2 nearest GSteps (the curved street). The (wrong)
result can be another street address.

I still can´t see where "all" points coordinates are displayed.
In my GDirections div I get just the GStep´s coordinates - the
Polyline don´t fit the real route.

On Jul 6, 9:24 pm, Andrew Leach <[email protected]> wrote:
> On 6 July 2011 20:05, Alexandru Maftei <[email protected]> wrote:
>
> > I´m not using the resource to create a database of places, as 10.1.3 item
> > tells
>
> Yes you are. You are storing Google's data in a table in your
> database. 10.1.3(b) expressly prohibits that.
>
> > I´m just using geocoder to create a temporal route and display the polyline
> > on the screen.
>
> In that case you don't need to store it, and you can use GDirections
> to display the line directly.
>
> > 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 ?
>
> The Directions service does return all the points of the line. But you
> still can't store them.

-- 
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.

Reply via email to