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
If you need a reference to the actual map Marker object you should be able to get this from MarkerManager using this method:
/** * Get the the real marker object. * * @param marker marker which to obtain its real marker * @return real marker */publicMarkergetMarker(Tmarker) {
returnmarkerCache.get(marker);
}
I need to set an ID for each marker to be able to use them later on when selected, any help?
The text was updated successfully, but these errors were encountered: