Jump to: navigation, search

Difference between revisions of "POI Groups"


Line 1: Line 1:
 
POI groups are groups of [[:Category:POI|Points of Interests (POI)]], shown in both [[Map]] views and [[POI]] views. The groups initially are represented as single objects in the POI and Map view, hiding their related content. Once a group is selected, it is possible to browse the content.
 
POI groups are groups of [[:Category:POI|Points of Interests (POI)]], shown in both [[Map]] views and [[POI]] views. The groups initially are represented as single objects in the POI and Map view, hiding their related content. Once a group is selected, it is possible to browse the content.
  
Assign an unique ID to the POI group via the POI_GROUP_ID property. For the POI group object itself, simple set a reference to the object itself. All POI group items must then reference to the same object.
+
== Technical background ==
 +
Every POI group is identified by an unique ID set to the POI_GROUP_ID property. The POI group object itself can use its own ID, where all related POI group items must then use the same ID of the group object.
  
 
== See also ==
 
== See also ==

Revision as of 13:15, 20 March 2015

POI groups are groups of Points of Interests (POI), shown in both Map views and POI views. The groups initially are represented as single objects in the POI and Map view, hiding their related content. Once a group is selected, it is possible to browse the content.

Technical background

Every POI group is identified by an unique ID set to the POI_GROUP_ID property. The POI group object itself can use its own ID, where all related POI group items must then use the same ID of the group object.

See also