Kernja,

Here's a possible option, but it uses ajax on the client side, rather
than a direct interface to GAE:

Use the Google Maps API with ajax?
http://code.google.com/apis/maps/documentation/services.html#Directions

It looks like you can access the polyline data fairly easily.

This would involve you doing three ajax transactions:
Get the client to access the polyline data, pass it back to your app,
return the points of interest?

Just a thought, although I admit that it lacks elegance.

David

On Apr 12, 3:32 am, kernja <[email protected]> wrote:
> Hello,
>
> I just have a question on whether or not this is possible; I would
> like to make an application with Google Application Engine that allows
> a user to enter in a destination and ending point, have it generate a
> map, and show landmarks within a certain vicinity of the route.
>
> Now, I know how to go about finding areas within a certain route; I
> have GPs data and can sort through it by region.  The only problem I
> have is generating an actual route to go through!  I have no idea - if
> it is even possible that is - to interface the Google Maps route
> generation interface through Google Application Engine.
>
> I found webservices online that can generate a route, but it gives
> step-by-step directions.  I like how Google Maps - through the Geopoly
> (line?)- gives you points instead of street-wise direction (e.g, go
> left after 10 miles).
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Google App Engine" 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-appengine?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to