Last active
June 5, 2019 09:45
google-map-api
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"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