Skip to content

Finding restaurants along a route using the HERE SDK Android (Explore Edition).

Notifications You must be signed in to change notification settings

abhiditi/RestaurantFinderHere

Repository files navigation

RestaurantFinderHere

finding restaurants along a route using the HERE SDK Android (Explore Edition).

The Algo

  1. 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
  2. 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
  3. Finally, we get the places along a chosen route with the places that are on the route or x meters away from route

MapView

Create MapView instance

LongPress to select source and destination coordinates

Drawing route according to map marker selected on MapView

  • After Selecting source and destination coordinates by long pressing, Press the Restaurant Button
  • Route is drawn between source and destination

Searching Restaurant along the chosen route

Restaurants along the route under x meters away from route along it gets populated automatically

About

Finding restaurants along a route using the HERE SDK Android (Explore Edition).

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages