我如何在这里添加半径..或动态... ??
{
GPSLongitude = location.getLongitude();
GPSLatitude = location.getLatitude();
Log.i("GPS","Lat: "+GPSLatitude+" Long "+ GPSLongitude);
Toast.makeText(getApplicationContext(), "Location is "+GPSLatitude+" Long "+ GPSLongitude, Toast.LENGTH_LONG).show();
googleMap.moveCamera( CameraUpdateFactory.newLatLngZoom(new LatLng(GPSLatitude,GPSLongitude) , 16.0f) );
}
答案 0 :(得分:0)
请参阅此链接。半径
的实例http://danielgultom.blogspot.in/2011/01/create-radius-around-point-in-google.html