Adding functionality for mobile devices
When designing analyses to be used on mobile devices, you can add functionality to take advantage of this. For example, you can include bar code scanning, or functionality that reads the devices current location.
- Bar code scanning
You can add a document property to an analysis designed to be used on an iOS mobile device, to get the ability to scan machine readable codes (such as QR codes or bar codes). The reserved document property name isAppMachineReadableCodeand it is of the data typeString. - Location
Spotfire reserves two document properties for adding location services (or geo-positioning) to an analysis. Such an analysis is designed to be used on an iOS mobile device. The document properties are namedAppGeoLatitudeandAppGeoLongitudeand they are both of the data typeReal.
- Bar code scanning
You can add a document property to an analysis designed to be used on an iOS mobile device, to get the ability to scan machine readable codes (such as QR codes or bar codes). The reserved document property name isAppMachineReadableCodeand it is of the data typeString. - Location
Spotfire reserves two document properties for adding location services (or geo-positioning) to an analysis. Such an analysis is designed to be used on an iOS mobile device. The document properties are namedAppGeoLatitudeandAppGeoLongitudeand they are both of the data typeReal.
Parent topic: Creating analyses for others