Introduction
Problem Desicription
Setting initial location with core.init.location.lot / lan / z is not working (location is not set, no error in the console)
Example code:
'core.init.location.lon': 11.55031,
'core.init.location.lat': 48.14804,
'core.init.location.z': 2.91
Troubleshooting Procedure
1. Make sure to use all 3 parameters (lon, lat and z)
2. If you are using all 3 parameters, but the location is still not set, check if on the instance you have configured Startup location (under Configuration). If you have configured Startup location, you will need to reset it to be able to use "core.init.location" function (see screenshot below).

Alternatively you can use "moveToGeoLocation" function.