getId method

String getId()

Basic cluster marker id

Implementation

String getId() {
  return location.latitude.toString() +
      "_" +
      location.longitude.toString() +
      "_$count";
}