私はこれを使用しています: ngmap.github.io と ionic フレームワーク。
このjsコードのように、現在の位置を取得しようとしています:
google.maps.event.addListener(map, 'idle', function(){
var bounds = map.getBounds();
//returns an object with the NorthEast and SouthWest LatLng points of the bounds
});
このコードをangularjsに変換するにはどうすればよいですか?