Questions tagged [routeboxer]

13 questions
2
votes
0 answers

Places API bad result of radarSearch for horizontal boxes (horizontal path)

I'm using radarSearch to search places inside boxes (I use RouteBoxer). It works fine for vertical paths - http://jsbin.com/nedamo/edit?html,output But when path is horizontal then radarSearch returns result only in the center of boxes -…
Komi
  • 31
  • 5
2
votes
0 answers

Match a google maps route using distance range

I'm trying to match if a given location is nearby a given route or within a certain range, im using DJANGO as backend framework, i found this http://google-maps-utility-library-v3.googlecode.com/svn/trunk/routeboxer/docs/examples.html but it works…
Cristian Cam G
  • 362
  • 1
  • 3
  • 19
2
votes
1 answer

Can I using Routeboxer Library on Google Map v2 for Android?

I have a project Android application and the project use web service as data provider. In android client, user can tracking place or search place along route. Can I using Route boxer Library on Google Map v2 for Android? Considering Route boxer as…
1
vote
0 answers

How will i get the details of the nearby restaurants on my route in android?

I want to draw path between two points(Source and destination) and simultaneously i want to show restaurants between my route (path). I hear about RouteBoxer but i am not getting how to use it I have try following code this
Vishal Dhanotiya
  • 2,512
  • 1
  • 13
  • 32
1
vote
0 answers

How to use RouteBoxer.java in my Android project. How to pass the lat long for source and destination

RouteBoxer routeBoxer = new RouteBoxer(); routeBoxer.box() // it needs latlng and range. but how to pass lat lng there. its also not working
Parvindra Singh
  • 53
  • 2
  • 10
1
vote
1 answer

Create polygon from routeboxer boxes

I am trying to create a polygon from the boxes i obtain from the routeboxer algorithm. I am new to GIS and was looking for some pointers. I am also looking at the JSTS library but I think it can only give me intersections. I couldn't find much…
amit
  • 10,133
  • 22
  • 72
  • 121
1
vote
1 answer

Google Places not returning complete results with RouteBoxer

EDIT: It seems that I'm hitting the query limit, but I'm not being returned a full 200 results. So upon further research it looks like the Google API will let me query 10 boxes, return those results, and then smacks me with an OVER_QUERY_LIMIT…
0
votes
1 answer

How to get box using routeBoxer using Google Direction apis in php?

I am trying to get overview_path in google direction api, but it not appearing in the response. When i am using js sdk , I am getting the overview_path array in routes array but when I tried calling the direction api in postman, overview_path array…
Mahesh
  • 9
  • 4
0
votes
1 answer

Generate Google Maps URL to display custom map generated by v3 API in Javascript

in my website I use Google Maps API v3 and Routeboxer to generate a map where the user can set a route and view Points of Interest around it, this is an example of output: Now I would also like to generate a URL so that I can view the same map…
0
votes
1 answer

How to remove L.rectangle(boxes[i])

I few days ago I implement a routingControl = L.Routing.control({...}) which works perfect for my needs. However I need for one of my customer also the RouteBoxer which I was also able to implement it. Now following my code I wants to remove the…
0
votes
1 answer

Routeboxer suddenly doesn't work

Does anybody know why suddenly Routeboxer does't seem to work? I have tried to google it and it seems to be everywhere it doesn't…
0
votes
0 answers

How to use RouteBoxer javascript class in asp.mvc c# code

I am facing a problem while developing asp.net mvc TRACKING application. I have json file of directions (which i got from google map api) latlngs of 10 objects now i want to see if the latlngs are on the path or not, in simple way i can use…
0
votes
1 answer

Is it possible to remove the border from RouteBoxer-boxes?

EDIT This question has been answered but I've clarified it for future readers. RouteBoxer provides a solution of 'boxing in' a route in Google maps so that I can list various points of interest along that route. This technic though creates borders…
Kristofer Gisslén
  • 1,252
  • 1
  • 11
  • 28