a14n / dart-google-maps

A library to use Google Maps JavaScript API v3 from Dart scripts.
Apache License 2.0
130 stars 66 forks source link

Markers without id #77

Closed juanjoserodrigolazaro closed 4 years ago

juanjoserodrigolazaro commented 4 years ago

im trying to identify a marker but there is no property id, any idea of how to do it?

a14n commented 4 years ago

No there is no such property on Marker.

You have to track them on your app and this can be done differently depending on what you want to achieve.