JS API
Map Object
QueryEngine Object
Layer Object
Feature Object
Query Object
GeoJson Function Library (Experimental)

createMultiLineString

Creates a GeoJSON MultiLineString geometry object.

Parameters

Name Required Description
coordinates Yes The GeoJSON coordinates of the MultiLineString.

Example

var gjson = Mapzania.GeoJson.createMultiLineString([[[20.33, 30.64],[16.23, 21.59]],[[12.43, 41.22],[19.87, 32.43]]]);