CMPointStyle

public class CMPointStyle : CMSinglePointStyle

The style of Point.

Copyright © 2017 Nexusgeographics All rights reserved.

See also

  • CMStyling
  • CMFeatureStyle
  • CMSinglePointStyle
    • Optional string, one of vertex, spaced, midpoint, or centroid. Default is vertex.

      Applies to points styles. Defines the placement method of one or more points, when a points-based style is used to draw line or polygon features.

      Declaration

      Swift

      public var placement : String?
    • Specifies the minimum line segment length as a ratio to the size (greater of width or height) of the point being placed. This prevents points from being drawn on line segments which are smaller than the point itself. Default is 1.

      Declaration

      Swift

      public var placementMinLengthRatio : NSNumber?
    • The Placement Spacing. Default is 80px.

      Declaration

      Swift

      public var placementSpacing : String?
    • The label priority of the feature.

      Declaration

      Swift

      public var priority : NSNumber?
    • The sprite to be used when drawing a feature

      Declaration

      Swift

      public var sprite : String?
    • Draws an outline around the feature.

      Declaration

      Swift

      public var outline : String?
    • Undocumented

      Declaration

      Swift

      public class CMPointStyle : CMSinglePointStyle