Farid
Farid

Reputation: 1020

RouteBoxer for HereMaps - adding POI around routes

Is there any RouteBoxer for HERE API? I can't find anything useful while reading the docs.

I want to search for routes from A to B, then search POI around the routes. How do I do this?

Targeting Android for now.

Upvotes: 0

Views: 102

Answers (1)

AndrewJC
AndrewJC

Reputation: 1478

The Route object has the getBoundingBox() API which returns a GeoBoundingBox. You can use the returned GeoBoundingBox to set the search area for your POI search. For example ExploreRequest#setSearchArea(GeoBoundingBox boundingArea)

More Info:

Upvotes: 1

Related Questions