what is the difference between using tt and tomtom.L in calling functions as tt returns error when used. for example the code below from the documentation is showing the error: tt is undefined.
map.addControl(new tt.GeolocateControl({ positionOptions: { enableHighAccuracy: true }, trackUserLocation: true }));