我正在使用谷歌地图 Android API v2,我需要一个方法来机会的位置“我的位置”按钮。
我得到的“我的位置”按钮是这样的:
GooglePlayServicesUtil.isGooglePlayServicesAvailable(getApplicationContext());
final GoogleMap map = ((SupportMapFragment) getSupportFragmentManager()
.findFragmentById(R.id.map)).getMap();
// This gets the button
map.setMyLocationEnabled(true);