Does anyone here knows what I am doing wrong here?.
I have a list of coordinates, that I want to add to a map.
The list looks like this:
{“lat”: “55.6097280000”, “long”: “12.6155090000”}|{"lat: “55.6172440000”, “long”: “12.6039670000”}
I use the following code to add the markers to the map, but it only adds the first marker.
If I add the list to a list view, then it shows both entries, but it just dont work with for each item in list.
What am i doing wrong?.