Searched refs:mMap (Results 1 – 1 of 1) sorted by relevance
55 private GoogleMap mMap; field in PhoneMainActivity124 mMap.clear(); in showTrack()130 mMap.moveCamera(CameraUpdateFactory.newLatLngBounds(bounds, in showTrack()132 mMap.addPolyline(new PolylineOptions().geodesic(true).addAll(coordinates)); in showTrack()141 mMap = googleMap; in onMapReady()