Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

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?

like image 503
FabKremer Avatar asked Mar 14 '15 20:03

FabKremer


People also ask

Why is my location on Maps not working?

You may need to update your Google Maps app, connect to a stronger Wi-Fi signal, recalibrate the app, or check your location services. You can also reinstall the Google Maps app if it isn't working, or simply restart your iPhone or Android phone.


1 Answers

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.

like image 89
Premal Khetani Avatar answered Sep 19 '22 05:09

Premal Khetani