0

I am running my app on simulator and I have 2 issues: 1) default "user current location" is placed on San Francisco. Can I change that without using "region:" and set the delta for long lat? 2)How can I center the map on the current location(I want the current location in the center of the map) Thanks in advance.

BlackM
  • 3,927
  • 8
  • 39
  • 69

1 Answers1

0

You can't use the current location in simulator, that will only work on a device.

slash197
  • 9,028
  • 6
  • 41
  • 70
  • You can set a current location of your choice in the emulator by going to Emulator''s Settings -> Location -> Single Points then chose your location -> set location. – Andreea Purta Sep 11 '20 at 21:38