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

createMultiPoint

Creates a GeoJSON MultiPoint geometry object.

Parameters

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

Example

var gjson = Mapzania.GeoJson.createMultiPoint([[20.33, 30.64],[16.23, 21.59]]);