Poi
Represents a Point of Interest (POI) with associated metadata.
A Poi encapsulates the data required to plot a point on a map, including its coordinates and additional information such as its category and potential detour metrics.
Constructors
Properties
An identifier that represents the category of the POI. This could be used to differentiate between types of POIs, such as restaurants, parks, etc.
The name associated with the category of the Poi.
The geographical coordinates that determine the `exact location of the Poi on a map.
An optional measurement that represents the distance required to detour to this POI from a specific route. If not provided, it defaults to null.
An optional measurement representing the distance from the starting point of a route to where a detour to the Poi begins. If not provided, it defaults to null.
An optional measurement that represents the time required to detour to this POI from a specific route. If not provided, it defaults to null.