Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
Google マップ API を使用して、特定の番地を指定して、プログラムで最寄りの交差点を見つける方法はありますか?
残念ながら、Google Maps API には、特定の番地や座標から最も近い交差点を見つける方法はありません。詳細については、次の投稿を確認してください。
たぶん、このメソッドは興味深いかもしれません:
GStreetviewClient.getNearestPanorama(a,b,c)
GStreetviewClient.getNearestPanoramaLatLng(a,b,c)