# Class: MapGlUtils
# Table of contents
# Constructors
# Methods
# Constructors
# constructor
+ new MapGlUtils(): MapGlUtils
Returns: MapGlUtils
# Methods
# init
▸ Static
init(map
: any, bindToMap
: any): any
# Parameters
Name | Type |
---|---|
map | any |
bindToMap | any |
Returns: any
# newMap
▸ Static
newMap(params?
: {}, options?
: {}): Promise<Map>
# Parameters
Name | Type | Default value |
---|---|---|
params | object | {} |
options | object | {} |
Returns: Promise<Map>