add google map markers from GeoJSON point

I am trying to add markers to a google map with lat, lng saved as geopoints

“location”: {
“type”: “Point”,
“coordinates”: [
16.xxxx,
48.yyyy
],
“srsId”: zzz,
“___class”: “com.persistence.Point”
}

No idea how I can extract lat,lng from that and put the markers on the map…

Use dictionary blocks to get lat and long from json after that either use add markers block or add markers from json where json should be in the form of [{lat:your_lat,lng:your_lng,color:210,title:Example_Title,snippet:Example_Snippet,draggable:false/true}]

1 Like

Maybe this circled in red , is a Json.
:point_down:

So ,next steps:

Search about Json …
Search about dictionary…
Search about Marker Google Maps…

:+1:
Thank you for your understanding

1 Like