TNEntityFacets
@objcMembers
open class TNEntityFacets : NSObject, Codable
Undocumented
-
Provides electric charging details.
Declaration
Swift
public var evConnectors: TNEntityFacetEvConnectors? -
Provides electric charging stations flow OCPI spec.
Declaration
Swift
public var chargeStations: TNEntityFacetChargeStations? -
Provides the drive time from user location to the entity
Declaration
Swift
public var driveTime: TNEntityFacetDriveTime? -
Provides category based grouping of POIs within a certain proximity to the entity.
Declaration
Swift
public var nearby: TNEntityFacetNearby? -
Provides the operational hours.
Declaration
Swift
public var openHours: TNEntityFacetOpenHours? -
Provides parking details.
Declaration
Swift
public var parking: TNEntityParking? -
Provides the payment options.
Declaration
Swift
public var payment: TNEntityFacetPayment? -
Provides pricing level and details.
Declaration
Swift
public var priceInfo: TNEntityFacetPriceInfo? -
Provides user ratings for the place.
Declaration
Swift
public var rating: [TNEntityRating]? -
Contains other places that are related to this entity.
Declaration
Swift
public var relatedEntities: TNEntityRelatedEntities? -
Provide the review from user.
Declaration
Swift
public var review: TNEntityFacetReview?
TNEntityFacets Class Reference