Skip to main content

All Questions

Tagged with
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
0 votes
0 answers
43 views

how can ı do Value of type double if null

@IBAction func addLocation(_ sender: UIButton) { //eklenen konumu ve verilerini kaydetme if nameText.text == ""{ makeAlert(tıtleInput: "Error", ...
Bayram Yalav'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
0 votes
0 answers
114 views

MKMapView: Customize Current Location's Avatar View

In recent versions of iOS, sometimes the current user's location (the blue dot) becomes smaller and an "Avatar View" of sorts appears (screenshot below). Is there a way to set a custom view /...
Jake Chasan's user avatar
  • 6,500