Interface VmVenueLayerStyle

This class represents all of the stylistic properties that can be configured for display of a map's style

Since

1.2.1

Hierarchy

  • VmVenueLayerStyle

Methods

  • Returns boolean

  • Returns boolean

  • Returns boolean

Properties

fillColor: string

The fill color for this layer, which will only applies to polygon layers. This property ignored if fillPattern is not null.

fillPattern: string

The name of the fill pattern to use for this layer, which only applies to polygon layers. The fill pattern must exist by the same name as one of the sprites in the map sprite sheet.

fontColor: string

The color of the font

fontName: string

The name of the font to use for this layer, which only applies to text layers. The font must exist by the same name in your mapview's font glyph url

fontSize: string

The size of the font

fontStrokeColor: string

The stroke color of the font

fontStrokeWidth: string

The stroke width of the font

hidden?: string
iconName: string

The name of an image to use for the icon, which only applies to icon layer. This icon must exist by the same name in your mapview’s icon url. This icon name can come directly from your map tile or geojson properties.

maxTextWidth: string

The max width a label can be before it wraps to another line

outlineColor: string

The outline color for this layer, which only applies to polygon layers.

textValue?: string

Generated using TypeDoc