Difference between revisions of "Component: Location ( Data)"
From Flowcode Help
Jump to navigationJump to search (Created page with "{| style="width:50%" |- | width="20%" style="color:gray;" | Author | MatrixTSL |- | width="20%" style="color:gray;" | Version | 1.0 |- | width="20%" style="color:gray;...") |
|||
| Line 13: | Line 13: | ||
==Location component== | ==Location component== | ||
| − | Component that provides the mobile device's physical location | + | Component that provides the mobile device's physical location. |
| + | |||
==Version information== | ==Version information== | ||
| Line 21: | Line 22: | ||
| + | ==Detailed description== | ||
| − | + | Many mobile devices have the capability of reporting the physical location of the device (e.g. by using an internal GPS sensor). | |
| + | |||
| + | This component allows access to this information. | ||
| − | |||
==Examples== | ==Examples== | ||
| − | + | ===Plotting geolocation data=== | |
| + | This example regularly plots the current location of the device onto a canvas object. | ||
| + | |||
| + | {{Fcfile|GeolocationPlotter.fcweb|GeolocationPlotter.fcweb}} | ||
| + | The web app created by this example can be viewed here: [https://www.flowcode.co.uk/example/WebComps/GeolocationPlotter.html GeolocationPlotter Example] | ||
Latest revision as of 15:52, 27 April 2026
| Author | MatrixTSL |
| Version | 1.0 |
| Category | Data |
Contents
Location component
Component that provides the mobile device's physical location.
Version information
Library Version, Component Version, Date, Author, Info 1, 1.0, 23-04-26, ST, Created
Detailed description
Many mobile devices have the capability of reporting the physical location of the device (e.g. by using an internal GPS sensor).
This component allows access to this information.
Examples
Plotting geolocation data
This example regularly plots the current location of the device onto a canvas object.
The web app created by this example can be viewed here: GeolocationPlotter Example
Macro reference
Cancel
| Cancel | |
| Cancels any continuous retrieval of location information. | |
| Return | |
GetPosition
Property reference
Component Source Code
Please click here to download the component source project: FC_Comp_Source_WEBEXP_Geolocation.fcsx
Please click here to view the component source code (Beta): FC_Comp_Source_WEBEXP_Geolocation.fcsx