Skip to content

Instantly share code, notes, and snippets.

@DejanEnspyra
Created October 3, 2017 19:41
Show Gist options
  • Save DejanEnspyra/49b51b72bcad6c1e04bea04ee87b9619 to your computer and use it in GitHub Desktop.
Save DejanEnspyra/49b51b72bcad6c1e04bea04ee87b9619 to your computer and use it in GitHub Desktop.
Circle Google Maps iOS SDK
func circle(){
let circleCenter = CLLocationCoordinate2D(latitude: 37.35, longitude: -122.0)
let circ = GMSCircle(position: circleCenter, radius: 1000)
circ.map = mapView
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment