[Feature request]: Marker IDs are forcibly overwritten regardless of user-specified IDs #288
Open
1 task done
Labels
priority: p2
Moderately-important priority. Fix may not be included in next release.
status: investigating
The issue is under investigation, which is determined to be non-trivial.
type: feature request
‘Nice-to-have’ improvement, new feature or different behavior or design.
Is there an existing issue for this?
Use case
Description
There is an issue in the current implementation where user-specified marker IDs are ignored and new IDs are forcibly generated internally. This makes it difficult to manage, update, or delete individual markers.
Current Behavior
In
common_view_api.dart
,_createMarkerId()
always generates a new ID, overwriting any ID that may have been set inMarkerOptionsDto
:Proposal
The implementation should prioritize user-specified IDs and only auto-generate IDs when none are provided:
The text was updated successfully, but these errors were encountered: