googlemaps / googlemaps/android-maps-compose

User location marker is not visible always or takes long to appear.

Open
#329 1 comment 3 reactions 0 assignees View on GitHub
priority: p3 type: bug
Dominant language
Kotlin
Stars
1.3k
Forks
181
Avg merge
2d 23h
Merged PRs (30d)
18

Description

Hello,

I have my location permission on, and I have this ui settings:

` uiSettings = MapUiSettings(
compassEnabled = false,
myLocationButtonEnabled = false,
mapToolbarEnabled = false,
zoomControlsEnabled = false
)`

and the following map properties:

` properties = MapProperties(
mapStyleOptions = mapStyleOptions,
isMyLocationEnabled = true
)`

However, sometimes the user marker shows fast and sometimes it takes so long to appear.

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.