/
home
/
desid573
/
phewl.desidrivers.com.au
/
v3-utility-library-master
/
routeboxer
/
/home/desid573/phewl.desidrivers.com.au/v3-utility-library-master/routeboxer
mkdir
upload
Name
Size
Mode
Actions
docs/
-
0755
rm
examples/
-
0755
rm
src/
-
0755
rm
CONTRIB.md
995
0644
edit
dl
rm
README.md
1432
0644
edit
dl
rm
Edit:
/home/desid573/phewl.desidrivers.com.au/v3-utility-library-master/routeboxer/README.md
(1432B)
RouteBoxer ========== ## Description The RouteBoxer class takes a path, such as the Polyline for a route generated by a Directions request, and generates a set of LatLngBounds objects that are guaranteed to contain every point within a given distance of that route. These LatLngBounds objects can then be used to generate requests to spatial search services that support bounds filtering (such as the Google Maps Data API) in order to implement search along a route. RouteBoxer overlays a grid of the specified size on the route, identifies every grid cell that the route passes through, and generates a set of bounds that cover all of these cells, and their nearest neighbours. Consequently the bounds returned will extend up to ~3x the specified distance from the route in places. [Read more][more] ## Support This library is community supported. We're comfortable enough with the stability and features of the library that we want you to build real production applications on it. If you find a bug, or have a feature suggestion, please [log an issue][issues]. If you'd like to contribute, please read [How to Contribute][contrib]. [issues]: https://github.com/googlemaps/v3-utility-library/issues [contrib]: https://github.com/googlemaps/v3-utility-library/blob/master/routeboxer/CONTRIB.md [more]: http://htmlpreview.github.io/?https://github.com/googlemaps/v3-utility-library/blob/master/routeboxer/docs/reference.html
Save
cmd:
run