Difference between revisions of "FAQ:Client"
Line 19: | Line 19: | ||
===Can I use the same LLA Markers for UBIK.Win8 and UBIK.Android? === | ===Can I use the same LLA Markers for UBIK.Win8 and UBIK.Android? === | ||
No, as we are not using the (proprietary) Metaio format in the Windows version. The new kind of markers for relocating devices to different positions are basically QR-Codes with a special notation. If you want to create one you simply have to create a QR-Code (e.g. with GoQR) with the following notation: | No, as we are not using the (proprietary) Metaio format in the Windows version. The new kind of markers for relocating devices to different positions are basically QR-Codes with a special notation. If you want to create one you simply have to create a QR-Code (e.g. with GoQR) with the following notation: | ||
− | <source lang="xml"><UBIK><LLA>Latitude;Longitude;Altitude</LLA></UBIK></source> | + | <source lang="xml"> |
+ | <UBIK> | ||
+ | <LLA>Latitude;Longitude;Altitude</LLA> | ||
+ | </UBIK> | ||
+ | </source> | ||
= Android = | = Android = |