更改谷歌地图API的“我的位置”按钮的位置
2022-08-31 11:55:22
我正在使用Google Maps Android API v2,我需要一种方法来选择“我的位置”按钮的位置。
我得到“我的位置”按钮,如下所示:
GooglePlayServicesUtil.isGooglePlayServicesAvailable(getApplicationContext());
final GoogleMap map = ((SupportMapFragment) getSupportFragmentManager()
.findFragmentById(R.id.map)).getMap();
// This gets the button
map.setMyLocationEnabled(true);