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?
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 thesafetySpotsVisible
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
andrealisticViewAspectRatios
properties of theNMANavigationManager