hi, i’m not sure how a transaction is accounted. i’m using this simple code bellow, and every time i run it, i’m ‘charged’ 5.27 transactions. could someone please explain it to me? shouldn’t be just 1 transaction? i’m just loading the map. thanks!
var CURRENT_MAP;
// Longitude & Latitude
var geoLL = new tt.LngLat(-38.419515, -12.971319);
// Create Map
CURRENT_MAP = tt.map({
key: '***',
container: 'map',
style: 'tomtom://vector/1/basic-main',
dragPan: true,
language: 'pt-BR',
center: geoLL,
zoom: 20
});