data class PointOfInterest
Represents a point of interest.
<init> |
Represents a point of interest. PointOfInterest(name: String, transform: Transform) |
name |
The name of the point. val name: String |
transform |
The Transform of the point with respect to the map frame of the corresponding map. val transform: Transform |