VMVenueStyleConstants

@objcMembers
public class VMVenueStyleConstants : NSObject

Expose various default map style constants to objc

Since

1.2

Default vector tile styles

  • Default venue map background color

    Since

    1.2

    Declaration

    Swift

    public class func kDefaultStyleBackgroundColor() -> UIColor
  • Default color for most map polygons

    Since

    1.2

    Declaration

    Swift

    public class func kDefaultStyleUnitFillColor() -> UIColor
  • Default venue map color for walkways units

    Since

    1.2

    Declaration

    Swift

    public class func kDefaultStyleWalkwayFillColor() -> UIColor
  • Default venue map color for open-to-below units

    Since

    1.2

    Declaration

    Swift

    public class func kDefaultStyleOpenToBelowFillColor() -> UIColor
  • Default venue map color water

    Since

    1.2

    Declaration

    Swift

    public class func kDefaultStyleWaterFillColor() -> UIColor
  • Default venue map color for outline shapes (building outlines & floor outlines)

    Since

    1.2

    Declaration

    Swift

    public class func kDefaultStyleOutlineFillColor() -> UIColor
  • Default venue map color for elevators & stairwell units

    Since

    1.2

    Declaration

    Swift

    public class func kDefaultStyleStairwellElevatorDefaultFillColor() -> UIColor
  • Default venue map color for venue shape

    Since

    1.2

    Declaration

    Swift

    public class func kDefaultStyleVenueFillColor() -> UIColor
  • Default venue map outline color

    Since

    1.2

    Declaration

    Swift

    public class func kDefaultStyleOutlineColor() -> UIColor
  • Default venue map color for selected unit

    Since

    1.2

    Declaration

    Swift

    public class func kDefaultStyleSelectedUnitFillColor() -> UIColor
  • Default venue map label font for text

    Since

    1.2

    Declaration

    Swift

    public class func kDefaultStyleFontName() -> String
  • Default venue map label font size

    Since

    1.2

    Declaration

    Swift

    public class func kDefaultStyleFloorLabelFontSize() -> Double
  • Default venue map label max text width (this controls when text wraps)

    Since

    1.2

    Declaration

    Swift

    public class func kDefaultStyleFloorLabelMaxTextWidth() -> Double
  • Default venue map color for text labels

    Since

    1.2

    Declaration

    Swift

    public class func kDefaultStyleFloorLabelFontColor() -> UIColor
  • Default venue map label stroke color

    Since

    1.2

    Declaration

    Swift

    public class func kDefaultStyleFloorLabelStrokeColor() -> UIColor
  • Default venue map font size for building labels

    Since

    1.2

    Declaration

    Swift

    public class func kDefaultStyleBuildingLabelFontSize() -> Double
  • Default venue map label max text width for building labels (this controls when the text wraps)

    Since

    1.2

    Declaration

    Swift

    public class func kDefaultStyleBuildingLabelMaxTextWidth() -> Double
  • Default venue map color for building labels

    Since

    1.2

    Declaration

    Swift

    public class func kDefaultStyleBuildingLabelFontColor() -> UIColor
  • Default venue map color for building labels

    Since

    1.2

    Declaration

    Swift

    public class func kDefaultStyleBuildingLabelStrokeColor() -> UIColor
  • Default venue map font size

    Since

    1.2

    Declaration

    Swift

    public class func kDefaultStyleFontSize() -> Double
  • Default venue map label color

    Since

    1.2

    Declaration

    Swift

    public class func kDefaultStyleFontColor() -> UIColor
  • Default venue map label stroke color

    Since

    1.2

    Declaration

    Swift

    public class func kDefaultStyleFontStrokeColor() -> UIColor
  • Default venue map label stroke width

    Since

    1.2

    Declaration

    Swift

    public class func kDefaultStyleFontStrokeWidth() -> Double
  • Default venue map label max text width (this controls when the text wraps)

    Since

    1.2

    Declaration

    Swift

    public class func kDefaultStyleMaxTextWidth() -> Double