FabKremer
FabKremer

Reputation: 2179

Issues with the current location image

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

.enter image description here

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

Answers (1)

Premal Khetani
Premal Khetani

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

Related Questions