Mapper
protocol Mapper
Actions that a Mappable displayer can handle
-
Show Add Photo screen
Declaration
Swift
func add(photo mappable: Mappable)Parameters
mappablePlace
-
Show Add Post screen
Declaration
Swift
func add(post mappable: Mappable)Parameters
mappablePlace
-
Close callout
Declaration
Swift
func close(mappable: Mappable)Parameters
mappablePlace
-
Notify of visit
Declaration
Swift
func notify(mappable: Mappable, triggered: Date)Parameters
mappablePlace
triggeredDate
-
Reveal on map
Declaration
Swift
func reveal(mappable: Mappable, callout: Bool)Parameters
mappablePlace
calloutShow callout
-
Show Directions selector
Declaration
Swift
func show(directions mappable: Mappable)Parameters
mappablePlace
-
Show Show More screen
Declaration
Swift
func show(more mappable: Mappable)Parameters
mappablePlace
-
Show Nearby screen
Declaration
Swift
func show(nearby mappable: Mappable)Parameters
mappablePlace
-
Update
Declaration
Swift
func update(mappable: Mappable)Parameters
mappablePlace
View on GitHub
Mapper Protocol Reference