PointOfInterestWithInfo
public struct PointOfInterestWithInfo : Hashable
-
Declaration
Swift
public let poi: PointOfInterest -
Declaration
Swift
public let info: ItineraryInfo? -
Declaration
Swift
public init(poi: PointOfInterest, info: ItineraryInfo?)
View on GitHub