Android show your location on the map with a bigger icon?

This thread was migrated from an old forum. It may contain information that are no longer valid. For further assistance, please post a new question or open a support ticket from the Customer Support portal.

Currently I'm using the frmHandle.mapLocation.showCurrentLocation = true setting to show the location of the user. This works very well but the icon that is shown is really really small.

Is there a way to make the native Android icon for showing current location bigger???

Hi,

The blue dot and the precision circle are automatically managed by the map and we can't update it or change its symbology. In fact, it's managed automatically using its own LocationProvider so it gets the best location resolution available.

Hello,

Did my response help you? If yes, make sure you click [Select as Best] under the response to close out the post.

After reading on stack overflow I figured out that it can not be influenced, so now I use the kony gps to determine my own location and show my own location indicator image.

What I find strange is that the google map application on android does show a bigger location indicator.

Thanks anyway.