getId abstract method

int getId()

Gets the unique identifier of the map object. Returns The unique identifier of the map object.

Example:

// Get object ID
int objectId = _circleMapObject!.id;
print("Circle object ID: $objectId");

Implementation

int getId();