Destination
public protocol Destination
This represent the destination of a navigation towards a POI or a location
-
Either a POI or a location
Declaration
Swift
var category: DestinationCategory { get set }
-
Point of the current destination
Declaration
Swift
var point: SITPoint { get }
-
If navigation goes towards a POI this holds the identifier of the POI
Declaration
Swift
var identifier: String? { get }
-
If navigation goes towards a POI this holds the name of the POI
Declaration
Swift
var name: String? { get }