hansemannn / titanium-googlemaps

🗺 Use the Google Maps SDK in Titanium
Other
87 stars 26 forks source link

Users location icon looks weird #65

Closed bitfabrikken closed 7 years ago

bitfabrikken commented 7 years ago

This is in simulator - is it supposed to look like this?

simulator screen shot 12 jan 2017 11 41 15

hansemannn commented 7 years ago

Yeah, wondered the same. I think it's a regression in the latest GoogleMaps iOS SDK. Pretty sure they fixed it already, let me update the SDK later today.

yozef commented 7 years ago

No this is Normal for GoogleMaps iOS SDK, and this will show ONLY on the Simulator. When you run it on the device, it's normal without the white square :)

It's not a bug. I think Google does this on iOS, in order not to take a screenshot of a fake location. Android dosen't seem to mind snapshotting a fake location.

On another note, if you change the images in ios/Resources/"Show Package" GoogleMaps.bundle/"Show Package" GMSCoreResources.bundle and you can modify the icons there, including the default bubble background.

bitfabrikken commented 7 years ago

Thanks @yosef, that's good to know :)