Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

iOS 8 Google Maps SDK myLocation icon bubble graphical glitch

I am learning about the Google Maps SDK and getting to know Swift, and when I create a mapview centered on my location using myLocation = true, the location bubble shows up, but it appears with a square mask around it like this

image

I am not performing any operation on the location indicator, at least not intentionally.

Has anyone ran into this issue before?

like image 550
kidCoder Avatar asked Jan 05 '15 21:01

kidCoder


2 Answers

This is a known issue when running the Simulator. It works correctly on a real device. It's marked as WontFix on the issue tracker.

https://code.google.com/p/gmaps-api-issues/issues/detail?id=5113

like image 162
zhm Avatar answered Nov 09 '22 03:11

zhm


Just like zhm said. It is a known problem with Xcode simulator and works fine on the real iOS device. I'm adding screenshots of the difference:

From Simulator

From iPhone

like image 21
Tipxbomb Avatar answered Nov 09 '22 04:11

Tipxbomb