@twinfinity/coreEnumerationsTrackCoordinate2DStateOn this pageTrackCoordinate2DState Represents the state a tracked coordinate may have.Index Enumeration MembersAddedDeletedDetachedUpdatedEnumeration Members AddedAdded: 1Item was added. Triggers one notification Next notification will say that it is Updated.DeletedDeleted: 3Item was deleted. Will trigger one final notification and then no more.DetachedDetached: 0Item is not trackedUpdatedUpdated: 2Item was updated. Will trigger notification.
Represents the state a tracked coordinate may have.