mapkit tag

4 questions


1 answers
73 views
0
Want to continue displaying current location orientation in Swift MapKit

I am studying code for iOS on Swift.I was able to use MapKit to display the direction of the current location, but When I zoom in, shrink, rotate, etc. on my iPhone, the orientation display disappears...

2 years ago

1 answers
57 views
0
I want to do it when I press the pin on the MKMap.

Normally, you can use MapKit to raise a pin on a map and tap to display an annotation balloon.Therefore, I would like to do something else when the balloon of the comment is displayed.Where should I w...

2 years ago

1 answers
72 views
0
How to drag and move a map on Swift's MapKit

As the title says, I would like to implement the process of moving the display range by dragging a map that can be done on standard map apps such as iPhone.I would appreciate it if you could let me kn...

2 years ago

1 answers
54 views
0
I want to change the UIButton image displayed on the pin balloon of MKMap.

The action is described in mapView:notationView:calloutAccessoryControlTapped: so that the action is taken when you click the callout now.-(void)mapView:(MKMapView*)mapViewannouncementView:(MKAnnotati...

2 years ago

© 2024 OneMinuteCode. All rights reserved.