googlemaps / googlemaps/android-maps-compose
User location marker is not visible always or takes long to appear.
Open
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
Assessment
This issue has not been assessed yet.