0

I want to set a custom user location in GMSMapView. The locations is based on iBeacons. Does anyone have an idea how to achieve this?

ronhippler
  • 106
  • 1
  • 6

1 Answers1

1

I don't think you can change user location.

There are two options though:

  1. Use a custom marker (annotation) that acts as a user location.

  2. You can implement GPS Spoofing where you can simulate the user current location. See this How to set fake GPS location on IOS real device

Community
  • 1
  • 1
Kiran Thapa
  • 1,230
  • 2
  • 13
  • 28