Hi,

I am having a similar usecase.

Here is what I want to do. I am building a carpooling app. Here's my 
usecase:

1. Person A posts saying I am travelling from point M to point N.

2. Person B searches saying I want to travel from point P to point Q. I 
need to figure out if point P to point Q falls in between or in  point M 
and Point N or in the nearby vicinity of the path.

So for this usecase would I be able to get all coordinates / lat-longs in 
between a route ? 

Cheers

On Monday, 15 April 2013 03:20:28 UTC+5:30, Michael Patrick wrote:
>
>
> I am implementing google map.
>
>
> O.K.
>  
>
>> I that i want all the coordinates between two locations.Plz help me out 
>> with this problem. 
>>
>
> Well, if your two locations are the North Poles and the South Pole, pretty 
> much every point on the surface of the Earth is 'between' them.
>
> You need to provide more specific information, such as the scale 
> (neighborhood? city? province? Nation? world? ), what you mean by 
> 'coordinates' - this could be the addresses along a road between two given 
> addresses, for instance. Or it might be a Great Circle route (shortest path 
> over the surface of the Earth's sphere) between two lat/long coordinates. 
>
> Michael Patrick
>

-- 
You received this message because you are subscribed to the Google Groups 
"Google Maps API V2" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-maps-api+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to