MarkerCollectionType
Objective-C
enum MarkerCollectionType : NSInteger {}
Swift
enum MarkerCollectionType : Int, @unchecked Sendable
Constants indicating the marker collection type.
-
Multi-points marker.
Declaration
Objective-C
MarkerCollectionTypePoint = 0
Swift
case point = 0
-
Polyline marker.
Declaration
Objective-C
MarkerCollectionTypePolyline
Swift
case polyline = 1
-
Polygon marker.
Declaration
Objective-C
MarkerCollectionTypePolygon
Swift
case polygon = 2