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?
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?
I don't think you can change user location.
There are two options though:
Use a custom marker (annotation) that acts as a user location.
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