PolylineOptions
public class PolylineOptions: JSON
Inheritance
Properties
color
public let color: String?
opacity
public let opacity: Float?
width
public let width: Float?
useNetwork
public let useNetwork: Bool?
Methods
fromDictionary(_:)
public static func fromDictionary(_ dict: NSDictionary) -> PolylineOptions
toJSONObject()
public override func toJSONObject() -> Any