Difference between revisions of "SYSCLS POIGROUP"
Line 19: | Line 19: | ||
|- | |- | ||
| DESCR || {{Text}} || Description of group, shown on the client | | DESCR || {{Text}} || Description of group, shown on the client | ||
+ | |- | ||
+ | | ''GEO'' || {{GeoData}} || Geographical data (Longitude, Lattitude, Altitude) (inherited from [[SYSCLS_GEO]]) | ||
|} | |} | ||
Revision as of 10:27, 16 March 2015
POI Group | |
---|---|
Name | SYSCLS_POIGROUP |
Inheritance | SYSCLS GEO |
Namespace | System.Classification |
ID | {5ca1bced-c2c4-42ac-b548-db7e9359a38f} |
Purpose | Classify an object as POI group |
Version | 2+ |
POI groups are groups of Points of Interests (POI). The groups initially are represented as single objects, hiding their contents initially. Once a group is selected, the contents become visible. POI groups are represented in both Map views and POI views.
MetaProperties
Name | Data type | Comment |
---|---|---|
POI_GROUP_ID | Guid | ID of POI group |
DESCR | Text | Description of group, shown on the client |
GEO | Geographic Coordinate | Geographical data (Longitude, Lattitude, Altitude) (inherited from SYSCLS GEO) |