2017-01-24 9 views

答えて

1

GoogleマップのPlacesServiceを使用できます。パラメータの詳細については

service = new google.maps.places.PlacesService(map); 
service.nearbySearch(request, callback); 

は、それを使用する方法、 チェック:https://developers.google.com/maps/documentation/javascript/places

+0

は、残念ながら、私は(私はPHPのWebサービスでそれらを使用する)場所のAPIを使用する必要がありますので、私が使用しcould't Javascriptライブラリ。 –

関連する問題