We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Longdo
static(type: string, name: string): Object
Get map's static object Avaliable types and their names
object(type: string, ...args): Object
Create map's object Avaliable types and their arguments
isSameObject(a: Object, b: Object): boolean
Indicates whether two objects are the same
Longdo.MapView
Avaliable props
call(method: string, ...args): Promise
Call map's methods Avaliable methods and their arguments
objectCall(object: Object, method: string, ...args): Promise
Call map object's methods Avaliable object's methods and their arguments