finding restaurants along a route using the HERE SDK Android (Explore Edition).
- The idea is to create a Geo Circle around the route by taking route distance as radius and center as the center of all geocoordinates along the route and then search for places around the Geo Circle boundary
- The Geo-Coordinates around the Geo Circle is filtered by considering a distance of x meters away from the route geo-coordinates along the route
- Finally, we get the places along a chosen route with the places that are on the route or x meters away from route
Create MapView instance
- After Selecting source and destination coordinates by long pressing, Press the Restaurant Button
- Route is drawn between source and destination
Restaurants along the route under x meters away from route along it gets populated automatically