Skip to main content

All Questions

Tagged with
0 votes
0 answers
64 views

Error while accessing core data inside Mapview SwiftUI

I have MapView working for a single Marker. I want to access core data entity and based on the number of items it consists of, I want to create corresponding number of Markers. So inside MapView I ...
vrao's user avatar
  • 571
1 vote
1 answer
231 views

Map annotations only appear after map is moved

I have a map which loads annotations from the Google API, when the map initially loads all the annotations they are 'placed' as seen through the print in the console, however they won't show up on the ...
MirrorJacket123's user avatar
1 vote
1 answer
426 views

Swift: Problem with @Binding a region to a MKMapView and calling setRegion(). setRegion() not doing anything

I am new to Swift so this may be a problem due to my inexperience. I am trying to bind a MKCoordinateRegion variable in the MapView struct so that the map is automatically centered on the user, but ...
Messenger_'s user avatar