Thanks
You can try to find the image on:
GoogleMaps.framework > Resources > GoogleMaps.bundle OR GoogleMaps.framework > Resources > GoogleMaps.bundle > GMSCoreResources.bundle
I did a quick search on those and the only associated file I found with that blue dot is GMSSprites-0-1x.
Please read the google maps terms and conditions because this might not be legal.
You can set the maps myLocationEnabled
to NO
. That will hide the default location dot. Then use an instance of CLLocationManager
to give you your position. Inside CLLocationManager
didUpdateLocations
method you can set a custom GMSMarker
. Set its icon property to whatever you want your dot to look like using [UIImage imageNamed:]
. This will allow you to achieve the desired effect.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With