SnappyGuide位置API是否支持Geojson?我打算在地图中展示它们? 例如:http://api.snappyguide.com:4080/user/places/geocode?location=37.3215138883855,-122.000224407319&content_type=subunit
我在文档here
中没有看到任何对GeoJson的引用答案 0 :(得分:0)
SnappyGuide Reverse Geocode API支持Geojson格式。请将format = geojson添加到您的API,即http://api.snappyguide.com:4080/user/places/geocode?location=37.3215138883855,-122.000224407319&content_type=subunit&format=geojson。