Returns the geo location and additional information like speed and altitude if available. Be aware, that this is an asynchronous function and you have to use await.
let myLocation =awaitbrixxApi.getGeoLocation();window.open("http://maps.google.de/maps?q="+myLocation.coords.latitude +","+myLocation.coords.longitude,'_blank');