You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I try to read some fields from an LMarker Object (for Example "divIcon").
There are no getters for that.
I see that the desired fields are inside LeafletMarkerState (but getState() is protected).
I tried to get the fields by reflection but was not successful.
getState() should be public as suggested here ?
If not, how to access the fields from LeafletMarkerState?
The text was updated successfully, but these errors were encountered:
I try to read some fields from an LMarker Object (for Example "divIcon").
There are no getters for that.
I see that the desired fields are inside LeafletMarkerState (but
getState()
is protected).I tried to get the fields by reflection but was not successful.
getState()
should be public as suggested here ?If not, how to access the fields from LeafletMarkerState?
The text was updated successfully, but these errors were encountered: