Cannot see the blue dot and circle at Mylocation Maps
问题 I want google maps to show the location of the user centered at the map as at the image 1 And this is my Fragment Code: public class MapFragment extends Fragment implements OnMapReadyCallback { GoogleMap googleMap; MapView mapView; View myview; public View onCreateView(LayoutInflater inflater, ViewGroup container, Bundle savedInstanceState) { myview = inflater.inflate(R.layout.map_layout, container, false); mapView = (MapView) myview.findViewById(R.id.map); mapView.onCreate(savedInstanceState