1.0.28 • Published 11 months ago

sad-gps v1.0.28

Weekly downloads
18
License
ISC
Repository
github
Last release
11 months 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

11 months ago

1.0.27

11 months ago

1.0.26

1 year ago

1.0.22

1 year ago

1.0.25

1 year ago

1.0.24

1 year ago

1.0.23

1 year ago

1.0.21

2 years ago

1.0.20

3 years ago

1.0.19

3 years ago

1.0.18

4 years ago

1.0.17

4 years ago

1.0.16

4 years ago

1.0.15

4 years ago

1.0.14

4 years ago

1.0.13

4 years ago

1.0.12

4 years ago

1.0.11

4 years ago

1.0.10

4 years ago

1.0.9

4 years ago

1.0.8

4 years ago

1.0.7

4 years ago

1.0.6

4 years ago

1.0.5

4 years ago

1.0.4

4 years ago

1.0.3

4 years ago

1.0.2

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago