Currently, classes like Marker and Cluster hold an explicit id property. This task aims to remove the id field entirely from these models. Identifiers required by the map engines should be calculated dynamically based on the object's properties (using hashing) at the point of use.