GISTDA sphere API Documentation

React Native Documentation

Sphere Static object

Props

  • apiKey: string ​

Methods

static(type: string, name: string): Object
javascript
alternative text
Get map's static object
Available types and their names

object(type: string, ...args): Object
javascript
alternative text
Create map's object
Available types and their arguments

isSameObject(a: Object, b: Object): boolean
javascript
alternative text
Indicates whether two objects are the same

Sphere.MapView Component

Props

Available props

Methods

call(method: string, ...args): Promise
javascript
alternative text

Call map's methods
Available methods and their arguments

objectCall(object: Object, method: string, ...args): Promise
javascript
alternative text

Call map object's methods
Available object's methods and their arguments