How can do place icons on a map based on a list of locations:
for example:
{
"name": "Vallhamnsgatan, 421 66 Västra Frölunda",
"lon": "11.901952",
"lat": "57.625916",
"type": "ADR",
"idx": "1"
},
Hi Motafa,
I checked above plugin and you need to pass marker data as input parameter. As its mentioned in Sample12 screen of above mentioned component.
Thanks.
Sorry Vikas! I don't understand what do you mean??
Hi,
In above plugin sample(Google Maps Mobile Sample), you check its taking marker values in "MarkerData" variable. So you need to pass marker data according to this structure.
Hello Mustafa,
I suggest to check the Sample1 screen implementation:
Please bear in mind this is just an approach from most common use-cases, you can take different implementation approaches. I strongly suggest to do a simple exercise and try to re-create the Sample1 screen in a different application so you may understand the logic and how it is built
Cheers