I have an iOS app with a map where the user can see roads of different colors with a specific meaning.
For example - Show some roads red which has a particular meaning and some roads green which has a different meaning etc. so that the user will see the map with color-coded roads.
All I have is the name of the road and the color which has to be assigned to the road from the API.
I am aware of Google Maps Platform Styling Wizard but that changes the color of all the roads in the map whereas I want to set the color to only specific roads and that also in different colors as required.
Is it possible to achieve this using Google maps or Here maps? Any suggestions would really be appreciated. Thanks