On Mar 30, 3:17 am, pmhooda <[email protected]> wrote: > Can polyline be drawn via api programming giving two ports locations ?
Is it easier to ask in the forum than to read the documentation? http://code.google.com/apis/maps/documentation/reference.html#GPolyline > or it is something I have to draw manually ? If manual, then this > method won't help me. On the contrary. If you know the route the ship took and draw the line manually, then you can calculate the distance. > I need a feature where I will enter multiple port names and will get > distances between these ports. The API does not have such a feature. Driving a car you must stick to the road network, but sailing you can go any way you want, (at least physically). -- Marcelo - http://maps.forum.nu -- > > On Mar 29, 5:57 pm, "[email protected]" <[email protected]> > wrote: > > > > > On Mar 29, 2:20 pm, pmhooda <[email protected]> wrote: > > > > is there way to find distances betweentwoseaports? > > > I understand google maps helps to find distance between one land point > > > to other land point. But I need to find distance sailed via a ship. > > > Do you know the route it took? > > If you can draw a polyline along that, you can find the length of the > > polyline. > > > -- Larry -- You received this message because you are subscribed to the Google Groups "Google Maps API" 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.
