I have a GMSMapView and want to show current location on GMSMapView
. I have added bellow line in info.plist source code -
<key>NSLocationAlwaysUsageDescription</key>
<string>Result</string>
<key>NSLocationWhenInUseUsageDescription</key>
<string>Result</string>
My simulated location is San Francisco, CA, USA from xcode. Simulated location
When I load GMSMapView
I get location alert.
Location Alert
But current location always shown San Francisco and all map related Apps on my iPhone's current location change which is always San Francisco though now my phone location should show Dhaka, Bangladesh.
What is the solution ???
I want my current location from my mobile GPS.