Kind
public enum Kind : Equatable
The kind of object, together with attached data specific to that kind of object
-
The object is a single point (use the
positionproperty for its coordinateDeclaration
Swift
case point
View on GitHub
Kind Enumeration Reference