Issues with the current location image
Asked Answered
P

1

9

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?

Plat answered 14/3, 2015 at 20:57 Comment(5)
Did you also use (CLLocation*) myLocation [read, assign]? If My Location is enabled, reveals where the user location dot is being drawn. developers.google.com/maps/documentation/ios/reference/…Gamine
@Gamine I think problem has nothing to do with that. I don't know if I was clear, but the dot is being drawn, the location is correct, and the blue dot is there, but it has a strange square white image as background in iOS 8.2. In prior iOS versions the dot looks perfect.Plat
Also seeing this. @Plat - have you found a solution yet?Nissie
you got any solution ??? @PlatSmashed
@amitgupta nope, even after upgrading to their latest version no fix to that dot. Very odd. On the other hand the dot is ok in my phone so I forget this bug :)Plat
B
5

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.

Begird answered 27/6, 2016 at 12:10 Comment(0)

© 2022 - 2024 — McMap. All rights reserved.