GEOCODING & SEARCH
REST
Android
iOS
DIRECTIONS & NAVIGATION
REST
JavaScript
Android
iOS
POSITIONING
Overview
ILP SDKs

Class: GSSLineOptions

GSSLineOptions(color, weight)

A class that defines the behavior of line.

Constructor

new GSSLineOptions(color, weight)

Parameters:
Name Type Description
color String

The color of the polyline to be drawn.

weight Number

The weight (thickness) of the line.

Example
var lineOptions = new gssmaps.GSSLineOptions('#aaaacc', 5);