To use the configured profile in your web or mobile app. Once your settings are uploaded to your account, they will be assigned a “profile ID” (called “remoteID” in our mobile SDKs, for now). This identifier is a string that uniquely identifies a settings configuration (you may have different configurations assigned to your account).
Web apps #
In a web app, you’ll be loading our Map Viewer either using an iFrame or an URL in the browser navigation bar. Either way, you’ll need to specify the remote identifier like this, where PROFILE_ID is your identifier (e.g. my_configuration_1234).
<iframe id="map-viewer-iframe" style="width:100%; height:600px" src="https://maps.situm.com/YOUR_PROFILE_ID"> </iframe>
https://maps.situm.com/id/YOUR_REMOTE_ID
Please remember that you may use different query params as well.
Mobile apps #
In a mobile app, you’ll need to pass the profile ID as the remote identifier parameter to the Map Viewer component. Please take a look at this document to know how to do it.