Point of Interest (POI)
Description
Used to hold data about a point of interest (POI) and provide a common interface.
Interface
| Type |
|---|
| IPOIService |
Inherits
| Type |
|---|
| N/A |
Properties
| Name | Type |
|---|---|
| data | IPOI |
Public Methods
| Name | Parameters | Return Type | Description |
|---|---|---|---|
| POIService | IPOI data | POIService | A constructor to setup a POIService. |
| GetTypeValue | N/A | int | Returns the type of POI. |
| GetPosition | N/A | Transform | Returns the transform which is used to denote the position of the POI. |
| SetPosition | Transform position | void | Updates the POI transforum used to denote the position of the POI. |
| SetType | int type | void | Used to set the type of the POI. |