I'm doing a service that needs you to paint some streets of maps with different colors depending on a particular typology.
I already did it for ios, as I'll show in the image below.
But in this case I used the ios mapkit.
Now I want to recreate the same effect but in googlemaps and a website in html and asp. Anyone have an idea how I can do it?
All I did was create an array of coordinates and value and according to the value it paints the street of a certain color taking into account the coordinates that I give you. In this case I have no idea how I can do it.
Thank you