Hi Jonathan. If you can, please share with us your app. Thanks in advance. Carlos Montelongo
2013/1/4, winster <[email protected]>: > Hi Jonathan, > > Good work! I've given my vote. > > You may have come across a scenario what I am searching for. I have a list > of points on map. I need to check which of these points lie on a route. > > > > > On Sun, Dec 30, 2012 at 8:54 PM, Jonathan Kraemer > <[email protected] >> wrote: > >> Hey Winster, >> >> I developed something that might help, please got o my app, which is >> participating on Google Places API Developers Challenge: >> http://enchentes.org , move the slider on the top right corner to 12m, >> for instance (doing that, the app will show flood spots on that level for >> a >> specific city) and get some directions by right clicking on the map > Get >> Directions From/To Here. You will see that routes that pass through the >> flood spots become red. >> >> If you like it, please vote for my app on the challenge: >> https://developers.google.com/places/challenge/gallery >> >> I can share with you guys how I did that if you think it solves the >> issue. >> >> BR, >> Jonathan >> >> Em segunda-feira, 12 de novembro de 2012 03h19min53s UTC-2, winster jose >> escreveu: >> >>> Hi Gautam, >>> >>> Can you please share your findings? I have a similar requirement. I have >>> a group of points (LAT/LON). When user selects a route (it can be any >>> route), I need to show the points from my group if they lie in the >>> requested route. Also how can we do it with a better performance? I >>> think, >>> once the user searches for a route, find the max and min LAT/LON, and >>> get >>> the points from my group. But still how to find out whether a point lies >>> in >>> route? >>> >>> Thanks >>> Winster >>> >>> On Tuesday, 29 November 2011 02:12:56 UTC+5:30, Gautam Thakur wrote: >>>> >>>> Thanks It worked. I also did the same after trying other things. got >>>> the route and all the coordinates of polyline. then just used the >>>> distance between two points function to get the minimal with a >>>> threshold set. >>>> >>>> On Nov 28, 1:13 pm, yip cto <[email protected]> wrote: >>>> > On 27 Nov., 23:22, Gautam Thakur <[email protected]> wrote: >>>> > >>>> > > Hi there, >>>> > >>>> > > I have a set of latitude and longitude and I want to know if >>>> > > between >>>> > > two end points, are there any of the other locationlie? Is it >>>> > > possible to perform this using some google maps api to check for >>>> > > location enroute ? >>>> > >>>> > You can use the directions service to generate arouteand then check >>>> > the returned polyline coordinates. May be this solves your problem. >>>> > No >>>> > garantuee :-) >>>> >>>> -- >> You received this message because you are subscribed to the Google Groups >> "Google Maps API V2" group. >> To view this discussion on the web visit >> https://groups.google.com/d/msg/google-maps-api/-/_e6w0YwXFKAJ. >> >> 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. >> > > > > -- > Regards > Winster > > -- > 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. > > -- 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.
