Most voted "mapkit" questions
Mapkit is the Apple framework that provides a visual presentation of geographic information.
Learn more…9 questions
Sort by count of
-
3
votes1
answer80
viewsError Cannot invoke initialize for type "Cllocationcordinate2d" with an argument list of type "latitude : String"
I’m developing an app that captures user location with Core Location and saved in a file. Now I have a mapview and need to display this location on the map (this location comes from the archive).…
-
2
votes2
answers838
viewsMap showing search location Swift
Guys, I’d like to know how I can get my map to show the place that was searched and center the view at this point. I was able to do with the current location as follows:…
-
2
votes1
answer229
viewsMkmapview circular Swift
I wonder if you can leave Mkmapview in Xcode with circular format. I tried to use mapView.layer.cornerRadius, but I still could not
-
1
votes0
answers80
viewsSave route according to feed
How to save route using CLLocation and Mapkit, and score multiple points on the map by updating as you move?
-
1
votes1
answer33
viewsUpdate Annotations
I need to update the map’s Annotations after inserting values into Coredata. i have the first view with the map, and a second where I add the new values for new Annotations, but only when I first…
-
1
votes2
answers414
views -
0
votes1
answer433
viewsHow to find coordinates in Apple maps?
I need to show several different places on the map, one for each location, I would like to know how to point to each coordinate through the code? In case the app is for iOS, using Objective-C.…
-
0
votes1
answer27
viewsPass locations and coordinates of a Uitableview to a Mapkit
This is my first App and basically consists of providing locations in a Uitable (app entry point) and consulting them in a Mapkit (Storyboard model). How can I make the call? I’m trying to use an…
-
0
votes1
answer25
viewsNot accepting click on the Annotation for the second time
I am using a customization of Annotation in my mapkit design (Swift 3) to show more than one Annotation(pin) on the map. It is showing and being able to click on the annotationn, but only the first…