Guest User

Untitled

a guest
May 22nd, 2018
82
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.20 KB | None | 0 0
  1. let camera = GMSCameraPosition.camera(withLatitude: 56.8, longitude: 14.8, zoom: 13)
  2. let mapView = GMSMapView.map(withFrame: CGRect.zero, camera: camera)
  3. mapView.isMyLocationEnabled = true
Add Comment
Please, Sign In to add comment