I am working with the Reverse Geocoding feature available with the Here maps.
The code: var geocoder = platform.getGeocodingService(), reverseGeocodingParameters = { prox: 32.2960,77.1896,150, mode: 'retrieveAddresses', maxresults: '1', jsonattributes : 1
Also retrieveAreas is also not working properly };
If we zoom out(scale 2km), then we can see the name of places like Kulang, Kaushala, Dharanu, etc. I want to display these names of places in the alert box.
Can anypne please look in this and guide me accordingly
If I use address.district then it just says a sub-district/undefined but does not signify the name.