MapJSExport
@objc
public protocol MapJSExport : JSExport
Undocumented
-
Undocumented
Declaration
Swift
var changed: JSValue! { get set } -
Undocumented
Declaration
Swift
var pinClicked: JSValue! { get set } -
Undocumented
Declaration
Swift
var radius: Int { get set } -
Undocumented
Declaration
Swift
var type: String { get set } -
Undocumented
Declaration
Swift
func center(_ lat: Any, _ lng: Any) -
Undocumented
Declaration
Swift
func current(_ lat: Any, _ lng: Any) -
Undocumented
Declaration
Swift
func addPin(_ key: String, _ lat: Any, _ lng: Any, _ params: [String : Any]) -> MapItem? -
Undocumented
Declaration
Swift
func line(_ locs: Any) -
Undocumented
Declaration
Swift
func route(_ locs: Any)
MapJSExport Protocol Reference