MKMapView is part of Apple's MapKit framework for developing location-aware iOS applications, and provides an embeddable map interface.
https://developers.google.com/maps/documentation/ios-sdk/utility/marker-clustering I am working for map clustering . In map clustering private var …
ios swift google-maps mkmapview gmsmapviewI am trying to plot a MKPolygon on a MKMapView in iOS 4.0. I have an NSArray which contains custom objects …
ios objective-c iphone mkmapview mkpolygonI already have a tile source set up for use with the Google Maps JavaScript API. I am trying to …
iphone objective-c mapkit mkmapview catiledlayerI know this question has been asked multiple times, however all of the answers seem slightly different than what is …
ios swift2 mkmapview mkannotationviewWhen I start my application fresh, or resume after a long time, MKMapView's notion of the userLocation is wrong and …
iphone mkmapview game-center userlocationI am trying to get the name of the city of user's current location by using MKReverseGeoCoder but it has …
objective-c mkmapview cllocationmanager mkreversegeocoderI have converted a longitude and latitude on my MapView to a MKMapPoint. I then want to move an imageView …
iphone mkmapview cllocationmanager cgpointI am new to mapkit in objective-c. I am able to add custom annotation in mapview. i need to place …
iphone objective-c mkmapview mkannotationviewI have a map and a set of annotations, each with a 'parent' property. Currently when I add annotations I …
objective-c ios mkmapview mkannotation mkannotationview