TNEntityNearbyCategory
@objcMembers
open class TNEntityNearbyCategory : NSObject, Codable
Undocumented
-
The category of a nearby POI.
Declaration
Swift
public var category: TNEntityCategory? -
The number of POIs belonging to a category.
Declaration
Swift
public var count: Int? -
The max search distance of the category.
Declaration
Swift
public var distance: Double?
TNEntityNearbyCategory Class Reference