Tagged Questions

3
votes
2answers
567 views

Determining if a point is on a road

If I have a polyline that describes a road and I know the road width at all parts, is there an algorithm I can use to determine if a point is on the road? I'm not entirely sure how to do this since ...
1
vote
2answers
300 views

How can I animate a route path on a custom map in javascript?

I would like to overlay a dynamic route path on a custom geographical map image in a web application. The path displaying the route should dynamically fill (and animate on page load) with a different ...
1
vote
0answers
273 views

Google Maps API V3 - adding variable to addListener(poly, 'click')

SOLVED Already solved it, made a mistake. I thought you couldn't set a var to the poly object, but you can. QUESTION I'm trying to create a tool where users can create multiple polylines and save ...
1
vote
2answers
2k views

open layers LineString not working

Sorry to bother you guys, but I'm stuck with his problem for half a day. I want to draw poly line in OpenLayers using LineString object, so I've copied the example from documentation. It runs ok but ...
0
votes
1answer
12 views

Does this polyline pass through this polygon?

I’m trying to test whether a Google Maps polyline passes through a Google Maps polygon. Sounds simple. But I’ve searched and searched... and found no real answers. Closest I got was this function. It ...
0
votes
1answer
90 views

Looking for examples of polyline with google maps V 3

I am looking for examlpes of how to use polylines in V3 of Google maps, I have read the help at Google but must admit I don't fully understand. I feel if I could see a good example I might understand ...
0
votes
2answers
1k views

Android polylines maps api

well, im a begginer in android and i need to use maps on the device more specifically (polylines) i need to do something like this. this is a web app i did to track down bus routes and bus-stops on ...
0
votes
1answer
753 views

Google Maps Polyline CLICK Event

I'm implementing a map application. It uses Google Maps API for Flash. There is a one callback function that is triggered when the map is clicked. Additionally, there are plenty of polylines that are ...
0
votes
1answer
586 views

get length of polyline in google maps v3

Does anyone know how you can get the length of a polyline in google maps v3? At the moment I am using Haversine fomula but if the polyline meets the start then it calculates the shortest length. Does ...