Map
Everything about map and its properties
Introduction
FATOS map is a JavaScript library that uses WebGL to rendering maps while interacting with users in a vector tile type.
To use "FATOS Map", you must request an API key and then apply that key to the source. If you want an API key, please go to https://nostramap-console.fatos.biz/ and request an API key after sign up.
Please let us know if you have any technical problems using our SDK Contact : sales@fatoscorp.com
Description
The map object represents a map of the screen. It provides methods and properties for programmatically changing the map and generating an event when an user interacts with it. Map instance creates a map by specifying containers and other options
Name | Description | Optional |
| The zoom value is the zoom in/out value of the map. Not the required input. |
|
| Center is coordinate value that will be displayed to the center at the first loading of the map and is a required input. |
|
| Maximum zoom value. Not required value. |
|
| Minimum zoom value. Not required value. |
|
| Authentication value for map use. Required input value. |
|
| The value of the button to adjust the zoom level value of the map. Not required value. |
|
| Whether the marker on the map can be moved to the desired location. Not required value. |
|
| This option lets you interact with the rotation of the map by dragging it. Not required value. |
|
| The slope of the map. The range from 0 to 60 and the initial value is zero(0). |
|
Example
Last updated