khenid

Untitled

Dec 23rd, 2014
241
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.29 KB | None | 0 0
  1. import CoreLocation
  2. import MapKit
  3.  
  4. var _srcCoord : CLLocationCoordinate2D = CLLocationCoordinate2DMake(-6.89400, 107.60473)
  5. var _srcMark : MKPlacemark = MKPlacemark(coordinate: _srcCoord, addressDictionary: nil)
  6. var _srcItem : MKMapItem = MKMapItem(placemark: _srcMark)
Advertisement
Add Comment
Please, Sign In to add comment