Hi Stefan
Thank you for your answer. I check and the url for your datasource is getting me this json:
[{"latlng":[30.2675,-97.7409], "name": "Zevo Toys"},
{"latlng": [30.2707,-97.7490],"name": "Foo Bars"},
{"latlng": [30.2705,-97.7409],"name": "Mainway Toys"},
{"latlng": [30.2686,-97.7494], "name": "Acme Toys"}]
if I use that link the markers don't show in my map, so I tried to get the same json from an API in my project and worked. The only thing I change was the url and i'm pretty sure that I was getting the right json from your source. So no idea why the markers didn't show.
Now if I want to get one of those latlng to be the center of my map, what should I do? I tried couple of thing and nothing work for me. "center" has to be an static value?.
Thank you!!!!