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?