// Brooklyn Bridge coordinates -> 40.706606, -73.996746
let latitude: CLLocationDegrees = 40.706606
let longitude: CLLocationDegrees = -73.996746
let lanDelta: CLLocationDegrees = 0.05
let lonDelta: CLLocationDegrees = 0.05
let span = MKCoordinateSpan(latitudeDelta: lanDelta, longitudeDelta: lonDelta)
let coordinates = CLLocationCoordinate2D(latitude: latitude, longitude: longitude)
let region = MKCoordinateRegion(center: coordinates, span: span)
map.setRegion(region, animated: true)
-
Notifications
You must be signed in to change notification settings - Fork 0
thedvlprs/Brooklyn-Bridge
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
 |  | |||
 |  | |||
 |  | |||
 |  | |||
 |  | |||
 |  | |||
Repository files navigation
About
📲 Integrating Maps Into Your Maps
Topics
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published