mkmapview Questions
1
My question is about clustering feature introduced in iOS 11 of MapKit.
I am trying to cluster pins on MapView. I can see the pins getting clustered and un-clustered when i zoom in and zoom out.
...
Edmundoedmunds asked 10/12, 2017 at 2:29
6
Solved
What I'm trying to do is pass a CLLocation to the function getPlacemarkFromLocation which then uses the passed CLLocation through reverseGeocodeLocation to set the CLPlacemark? that will be returne...
Sapotaceous asked 21/6, 2014 at 19:50
6
Solved
I have latitude and long values and I need to be able to drop a pin at this location.
Can anybody provide some advice on how to go about this?
Alcock asked 18/9, 2011 at 6:10
2
Solved
I have an MKMapView that's supposed to track the user's location using a custom view (not the blue dot). In order to substitute this view for the blue dot, I return it thusly:
- (MKAnnotationView ...
Grannias asked 11/11, 2012 at 17:0
6
Solved
I am aware of the delegate methods used to let me know when the map has loaded and annotations and overlays have been added. (mapViewDidFinishLoadingMap: mapView:didAddAnnotationViews: mapView:didA...
Robbyrobbyn asked 7/12, 2011 at 18:48
1
Solved
Ever since I updated to Xcode 9 and Swift 4.0, my mapView in my simulator has been running extremely slow. I thought this would be because code would be deprecated or because my code was extensive ...
Lunatic asked 27/10, 2017 at 4:27
4
Solved
I'm using compass heading to rotate an MKMapView. The rotation was a bit jerky so I'm trying to filter it like Google Maps on the iphone does (or appears to do some trickery).
I'm trying to filter...
Aeschylus asked 18/3, 2011 at 3:12
9
Solved
I may be doing something really stupid here as I've done it before and it worked and now...
Created a new iPad project, in the details view I added a MKMapView, added the MapKit.framework to the p...
3
I have a UIViewController that contains a MKMapView. I have added an annotation at my current location by the following code:
import UIKit
import MapKit
class LocationViewController: UIViewControl...
4
Solved
I'm trying to make an iPhone app which requires users to be able to long press on a place on a map view to drop a pin there. Does anybody know how this is done?
The behaviour is observable in appl...
Torchbearer asked 16/6, 2015 at 3:38
1
1
I've Required an iOS application with a black theme, and would really like to make the displayed Apple Map also in black colors.
I see nothing in the native documentation that talks about changi...
Stenger asked 17/10, 2017 at 6:7
3
Solved
I have a mapView using xib file now when i touch in the mapview i want the latitude and longitude of that particular area so there any whey or any sample code which help me in this task.Thanks in A...
4
Solved
I am using MKMapView in my iOS Application. I have search bar in my view. If I search for location on map, I am putting annotation on that searched location. Now the issue is, I want to go back to ...
2
Solved
I am trying to create a custom MKPointAnnotation to use on a map view. It looks very much like the one used in Apple's Photos:
I will be retrieving a number of photos from a server, along with t...
Yoon asked 20/2, 2017 at 17:57
2
Solved
I've got pins placed on a map and when I tap on them I'm calling the didSelect. The function only gets called the first time the pin is tapped, and after that it's not called on that same pin again...
3
Solved
In iOS 5, there is a new way to forward geocode address (converting address like 1 Infinite Loop, CA, USA to lat/lang address). More info on this is here.
Has anybody tried to put the forward geo...
3
I'm wondering if any of you knows a method (library, category, etc.) to cluster iOS MapAnnotations if there are many of them at the same location (e.g. 4 pieces in about 10m).
It doesn't matter to...
Titleholder asked 30/3, 2013 at 16:39
9
Solved
I've got quite a lot of pins to put on my map so I think it would be a nice idea to cluster those annotations. I'm not really sure how to achieve this on iPhone, I was able to work something out wi...
Wadai asked 18/10, 2011 at 0:1
2
Solved
When a use selects an annotation in a map, I show a bottom view with informations, such as the google maps app.
I'm showing it in the map's delegate :
- (void)mapView:(MKMapView *)mapView didSelec...
Booher asked 15/5, 2014 at 1:4
4
Solved
my question may seem a bit complicated but let me clarify. i am using mkmapview , in this i want to show current user location with blue dot and circle , but this isn't really exactly what I wanted...
1
I have three MKPointAnnotation objects that are added in the exact same coordinates to an MKMapView and they are each given a unique title.
MKPointAnnotation *a1 = [[MKPointAnnotation alloc] init]...
Meleager asked 8/8, 2017 at 4:10
6
Solved
I want to be able to tell if tap is within a MKPolygon.
I have a MKPolygon:
CLLocationCoordinate2D points[4];
points[0] = CLLocationCoordinate2DMake(41.000512, -109.050116);
points[1] = CLLocati...
Mcglothlin asked 11/4, 2012 at 16:3
6
Solved
I have an issue. My current location is displayed and centered in a map view however the map region doesn't get zoomed in to. I tried taking Rob's advice by taking span and region out of the didUpd...
3
Solved
Iv been searching all around for a good explanation of how to make an MKCircle annotation for the MapView using Swift 2.0 but I cant seem to find an adequate explanation. Can someone post some exam...
© 2022 - 2024 — McMap. All rights reserved.