Skip to content
TK edited this page Jun 14, 2022 · 2 revisions

Longdo Map React Native API Reference

Longdo Static object

Props

  • apiKey: string

Methods

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 Component

Props

Avaliable props

Methods

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