Skip to content

Instantly share code, notes, and snippets.

@letswritetw
Last active June 5, 2019 09:45
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save letswritetw/ba2477aea3aa2639e652869388250246 to your computer and use it in GitHub Desktop.
Save letswritetw/ba2477aea3aa2639e652869388250246 to your computer and use it in GitHub Desktop.
google-map-api
{
"type": "FeatureCollection",
"features": [
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [25.0374865, 121.5647688]
},
"properties": {
"id": 1,
"name": "臺北市政府親子劇場",
"site": "110台北市信義區市府路1號市府大樓"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [25.0397146, 121.5653771]
},
"properties": {
"id": 2,
"name": "誠品信義店",
"site": "110台北市信義區松高路11號"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [25.0405919, 121.5647644]
},
"properties": {
"id": 3,
"name": "蔦屋書店信義店",
"site": "110台北市信義區忠孝東路五段8號"
}
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment