Is it a good practice to use markers for something like log ids which are different for each log and could be millions? I saw that using MarkerFactory.getMarker stores the markers in a map which would cause overhead, but there's MarkerFactory.getDetachedMarker which simply creates and returns the marker object.
Best regards,
Martin