Safety Spot location map for testing NMASafetySpotWarnerDelegate class

98 Views Asked by At

To test a class with NMASafetySpotWarnerDelegate protocol I need locations off Safety Spots (NMASafetySpot), to setup a equivalent rout for Turn-By-Turn navigation. As well i search locations where realistic views (NMANavigationManagerDelegate) are supported.

Exist a HERE map with this type of information? How can I test the callbacks for safety spots and realistic views?

1

There are 1 best solutions below

1
On BEST ANSWER

You can look at the coverage information in the user guide to get an idea of the number of safety spots present in each country. Also, you can make the safety spots visible on the NMAMapView to look for them using the safetySpotsVisible property.

For Realistic View, this feature is dependent on having proper lane and junction information which should be widely available in HERE map data. You can get an overview of which countries have high quality navigation data here. Note that in order to turn on Relistic View you must set the realisticViewMode and realisticViewAspectRatios properties of the NMANavigationManager