MapKit is Apple's framework for presenting and annotating scrollable and zoom-enabled maps on iOS, IPadOS, tvOS, watchOS, and macOS.
I'm testing out the MapKit framework on the iPhone and would really much like to switch the standard pin that …
objective-c iphone-sdk-3.0 mapkitI am building an iOS app using storyboards and Google Maps. Using iOS6 My application features the split view navigation …
ios mapkit google-maps-markers google-maps-sdk-iosI have a MKPointAnnotation: let ann = MKPointAnnotation() self.ann.coordinate = annLoc self.ann.title = "Customize me" self.ann.subtitle = "???" self.…
ios swift mapkitHow do I show images instead of pins in the map. So far I can only add pins on tap. …
ios mapkitIn order to setup a query to an external server I want to get the bounds of the current Map …
iphone cocoa-touch mapkit mkmapview boundsI have an instance of MKMapView and would like to use custom annotation icons instead of the standard pin icons …
iphone core-animation mapkit mkpinannotationviewAccording to the Apple docs, MKPinAnnotationView's pin color is available in red, green and purple. Is there any way to …
iphone cocoa-touch mapkit mkpinannotationviewWhat I'm trying to do is pass a CLLocation to the function getPlacemarkFromLocation which then uses the passed CLLocation through …
ios swift mapkit mkmapview cllocation