MarkerLabelingMode
enum MarkerLabelingMode : NSInteger {}
Constants indicating the marker labeling mode.
-
None.
Declaration
Objective-C
MarkerLabelingModeNone = 0
-
Label each marker item.
Declaration
Objective-C
MarkerLabelingModeItem = 0x1
-
Label marker groups.
Declaration
Objective-C
MarkerLabelingModeGroup = 0x2
-
Item label is centered on image.
Declaration
Objective-C
MarkerLabelingModeItemCenter = 0x4
-
Group label is centered on image.
Declaration
Objective-C
MarkerLabelingModeGroupCenter = 0x8
-
Label fits the image.
Declaration
Objective-C
MarkerLabelingModeFitImage = 0x10