Reputation: 2179
I'm using the Google Maps SDK to display a map in my iOS app. Actually, in prior iOS versions (<=8.1) the default blue icon for current location displays correctly, but now in the iOS 8.2 simulator the blue dot looks like this
.
I'm following the exact steps from the google maps SDK documentation
To show the current location I just do:
mapView.myLocationEnabled = true
Any thoughts?
Upvotes: 9
Views: 1025
Reputation: 3195
This is a bug. This will not show in real devices. This might be due to drawing the current location on the map in simulator.
Upvotes: 5