how to show places of interest on route ?

2224
1
10-23-2015 10:03 PM
PRATIKKALAMKAR
New Contributor

I have so far created windows desktop arcgis .net WPF application that finds driving directions between two points using tutorial at this link Get driving directions—ArcGIS Runtime SDK for .NET | ArcGIS for Developers . Now I want to show some custom places of interest on this routes like hotels, gas stations etc. And every time map should display all places that fall on queried route only. How can I do that?

0 Kudos
1 Reply
FreddieGibson
Occasional Contributor III

I haven't tried, but I would think that you'd have to leverage the GeoEnrichment Service if you don't have the datasets available.

Esri GeoEnrichment

https://developers.arcgis.com/en/features/geo-enrichment/

There are probably also other APIs available online that may also provide this information.

Google Places

https://developers.google.com/places/web-service/search

0 Kudos