CMSinglePointStyle

public class CMSinglePointStyle : CMFeatureStyle

The style of single point geometry.

Copyright © 2017 Nexusgeographics All rights reserved.

See also

  • CMStyling
  • CMFeatureStyle
  • CMLabelStyle
  • CMMarkerStyle
    • The Label Style

      Declaration

      Swift

      public var text : CMLabelStyle?
    • The Size of content.

      Example:

      SinglePointStyle.size = ["25px", "25px"]
      

      Declaration

      Swift

      public var size: [String]
    • Moves the feature from its original location.

      Example:

      SinglePointStyle.offset = ["25px", "25px"]
      

      Declaration

      Swift

      public var offset: [String]
    • Undocumented

      Declaration

      Swift

      public class CMSinglePointStyle : CMFeatureStyle
    • Undocumented

      Declaration

      Swift

      public class CMSinglePointStyle : CMFeatureStyle