1.0.28 • Published 2 years ago

sad-gps v1.0.28

Weekly downloads
18
License
ISC
Repository
github
Last release
2 years ago

SAD GPS

Signature / parameters

new AppMap({
    htmlElement: '',      // HTML node in which to generate the map
    api: '',              // API URL
    contractRef: '',      // Contract reference
    basicAuth: '',        // Basic auth password
    locale: '',           // Value in [fr, en, es, sk, cs, zh]
    distributorColor: '', // Hexadecimal color. eg : #ff0000
    isFullMode: '',       // Boolean : 
                          // True  : Modes : Alerts configuration / History replay
                          // False : Mode  : Dashboard tile with last position
    isDevEnvironment: ''  // Boolean. True : Adds debug features for developers
});

Modes

Full mode

Modes :
• Alerts configurations
• History replay

<!-- HTML -->
<div class="sad-gps" id="sad-gps"></div>
// JS
new AppMap({
    htmlElement: '#sad-gps',
    api: 'https://url-api.com',
    contractRef: 'A0000XXX',
    basicAuth: $basicAuthPa$$w0rd,
    locale: 'fr',
    distributorColor: '#ff0000',
    isFullMode: true,
    isDevEnvironment: false
});

Last position mode

This updates every 2 minutes.

<!-- HTML -->
<div class="sad-gps" id="sad-gps"></div>
// JS
new AppMap({
    htmlElement: '#sad-gps',
    api: 'https://url-api.com',
    contractRef: 'A0000XXX',
    basicAuth: $basicAuthPa$$w0rd,
    locale: 'fr',
    distributorColor: '#ff0000',
    isFullMode: false,
    isDevEnvironment: false
});
1.0.28

2 years ago

1.0.27

2 years ago

1.0.26

2 years ago

1.0.22

3 years ago

1.0.25

3 years ago

1.0.24

3 years ago

1.0.23

3 years ago

1.0.21

3 years ago

1.0.20

4 years ago

1.0.19

5 years ago

1.0.18

5 years ago

1.0.17

5 years ago

1.0.16

5 years ago

1.0.15

5 years ago

1.0.14

5 years ago

1.0.13

5 years ago

1.0.12

5 years ago

1.0.11

5 years ago

1.0.10

5 years ago

1.0.9

5 years ago

1.0.8

5 years ago

1.0.7

5 years ago

1.0.6

5 years ago

1.0.5

5 years ago

1.0.4

5 years ago

1.0.3

5 years ago

1.0.2

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago