DistanceCategory
public final class DistanceCategory : ZTMappable
Distance category
-
Category name
Declaration
Swift
public var name: String?
-
Category description
Declaration
Swift
public var description: String?
-
Category index
Declaration
Swift
public var index: Int?
-
Initializer
Declaration
Swift
public required init?(map: ZTMap)
Parameters
map
A mapping from ObjectMapper.
-
ZTMap a JSON object to this class using ObjectMapper.
Declaration
Swift
public func mapping(map: ZTMap)
Parameters
map
A mapping from ObjectMapper.