Difference between revisions of "POI dialog"
m (→POI Info window) |
|||
(14 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
[[File:content_dialog.png|thumb|alt=POI dialog|POI dialog]] | [[File:content_dialog.png|thumb|alt=POI dialog|POI dialog]] | ||
− | [[File:UI_UBIK_Android_POI_Dialog_With_Properties. | + | [[File:UI_UBIK_Android_POI_Dialog_With_Properties.jpg|thumb|alt=POI dialog with important properties|POI dialog with important properties]] |
A [[HowTo:Declare_an_Object_as_Point_of_Interest_(POI) | POI]] dialog is used for displaying information of the POI object. | A [[HowTo:Declare_an_Object_as_Point_of_Interest_(POI) | POI]] dialog is used for displaying information of the POI object. | ||
Such a dialog contains the following elements: | Such a dialog contains the following elements: | ||
* Title, which displays the name of the object; | * Title, which displays the name of the object; | ||
* Descriptive text, which displays the description of the object; | * Descriptive text, which displays the description of the object; | ||
− | * Property list, which displays the important properties of the object or nothing if there are none | + | * Property list, which displays the important properties of the object or nothing if there are none. {{Version/AndroidSince|2.4.4}} |
{{Hint|Properties with priorities higher/bigger than the [[Settings#User_specific_settings|PriorityThreshold]] are considered important.}} | {{Hint|Properties with priorities higher/bigger than the [[Settings#User_specific_settings|PriorityThreshold]] are considered important.}} | ||
* Browse button, which shows the POI object in a {{UBIK}} content browser; | * Browse button, which shows the POI object in a {{UBIK}} content browser; | ||
− | * Navigate button, which opens a third-party application and navigate to the POI object's geo location. | + | * Navigate button, which opens a third-party application and navigate to the POI object's geo location; |
− | {{Hint|The | + | * Open group button, which opens the [[POI_Groups|POI group]]. |
+ | {{Hint|The navigate button will not be available/visible if the POI object does not have any geo information. Similarly, the group related button will not be available if the object is not a group.}} | ||
To close the dialog, the user can click anywhere else on the map. | To close the dialog, the user can click anywhere else on the map. | ||
+ | |||
+ | == POI Info window == | ||
+ | [[File:UI_UBIK_Android_POI_Info_Window.png|thumb|alt=POI Info window|POI Info window]] | ||
+ | In later versions the POI dialog is replaced by a new POI Info window in the map. {{Version/AndroidSince|2.5.5}} | ||
+ | |||
+ | Compared to the dialog the Info window has the following characteristics. | ||
+ | * It is anchored to the POI on the map and moves with the latter when the user pans the map; | ||
+ | * It is not dismissed the same way like the dialog. Instead, the user has to click/tap the same POI again or the {{key press|X}} button to close it; | ||
+ | * It is possible to have multiple Info windows open at the same time; | ||
+ | * If an object is shown as multiple POIs (E.g., an object is a [[SYSCLS_GEO|geo object]] and at the same time a [[Geographies|geography object]]), only one Info window will be shown for these POIs (anchored to whichever the user clicks/taps). | ||
+ | |||
+ | [[Category:Android|POI dialog]] | ||
+ | [[Category:Client|POI dialog]] | ||
+ | [[Category:POI|POI dialog]] |
Latest revision as of 09:02, 3 August 2016
A POI dialog is used for displaying information of the POI object. Such a dialog contains the following elements:
- Title, which displays the name of the object;
- Descriptive text, which displays the description of the object;
- Property list, which displays the important properties of the object or nothing if there are none.
Properties with priorities higher/bigger than the PriorityThreshold are considered important. |
- Browse button, which shows the POI object in a UBIK® content browser;
- Navigate button, which opens a third-party application and navigate to the POI object's geo location;
- Open group button, which opens the POI group.
The navigate button will not be available/visible if the POI object does not have any geo information. Similarly, the group related button will not be available if the object is not a group. |
To close the dialog, the user can click anywhere else on the map.
POI Info window
In later versions the POI dialog is replaced by a new POI Info window in the map.
Compared to the dialog the Info window has the following characteristics.
- It is anchored to the POI on the map and moves with the latter when the user pans the map;
- It is not dismissed the same way like the dialog. Instead, the user has to click/tap the same POI again or the X button to close it;
- It is possible to have multiple Info windows open at the same time;
- If an object is shown as multiple POIs (E.g., an object is a geo object and at the same time a geography object), only one Info window will be shown for these POIs (anchored to whichever the user clicks/taps).