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
I am not performing any operation on the location indicator, at least not intentionally.
Has anyone ran into this issue before?
(self.view as GMSMapView).myLocationEnabled = true
– Lucaslucca