MKMapView is part of Apple's MapKit framework for developing location-aware iOS applications, and provides an embeddable map interface.
I'd like to a-synchronically load images for my custom MKAnnotationView; I'm already using the EGOImageView-framework (it goes very well with …
iphone cocoa-touch refresh mkmapviewIn 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 use removeAnnotations to remove my annotations from mapView but same it remove user location ann. How can I prevent …
ios xcode mkmapview mkannotation userlocationI would like to allow the user of my app to pick a location in the map. The native map …
iphone google-maps mkmapview user-input mkannotationI have a mapview where the annotation's coordinates are constantly being updated but when I use setCoordinate, the annotation does …
ios annotations mkmapview mkannotation mkannotationviewIs it possible to use the MKMapView's own location manager to return the users current location to pass into a …
iphone mkmapview core-locationI would like to remove all annotations from my mapview without the blue dot of my position. When I call: […
iphone mkmapview mkannotationI'm trying to change from Swift 1.2 to Swift 2.0 and I'm at the end of the changes. Currently I'm making changes …
ios swift mkmapview mkannotationviewWhat I'm trying to do is pass a CLLocation to the function getPlacemarkFromLocation which then uses the passed CLLocation through …
ios swift mapkit mkmapview cllocationI am using an MKMapView containing a couple of MKAnnotation pins. Above the map I am showing a UITableView with …
ios cocoa-touch uitableview mkmapview