MarkerObjectRenderSettings

struct {}

Constants indicating the marker render settings.

  • Polyline inner color ( default not specified ).

    Declaration

    Objective-C

    UIColor *_Nullable polylineInnerColor
  • Polyline outer color ( default not specified ).

    Declaration

    Objective-C

    UIColor *_Nullable polylineOuterColor
  • Polygon fill color ( default not specified ).

    Declaration

    Objective-C

    UIColor *_Nullable polygonFillColor
  • Label text color ( default: is value from current map style ).

    Declaration

    Objective-C

    UIColor *_Nullable labelTextColor
  • Polyline inner size in mm.

    Declaration

    Objective-C

    double polylineInnerSize
  • Polyline outer size in mm.

    Declaration

    Objective-C

    double polylineOuterSize
  • Label text size in mm.

    Declaration

    Objective-C

    double labelTextSize
  • Image size in mm.

    Declaration

    Objective-C

    double imageSize
  • Marker labeling mode. @details Combination of MarkerLabelingMode flags.

    Declaration

    Objective-C

    int labelingMode