[View]  [Edit]  [Lock]  [References]  [Attachments]  [History]  [Home]  [Changes]  [Search]  [Help] 

api[dji-ios] 44 Components-Missions-FollowMe

"
FollowMe
	DJIFollowMeMission
	DJIFollowMeMissionOperator
	DJIFollowMeMission+DJIMissionControlTimelineElement
"

DJIFollowMeMission buildTypedAccessors: #(
	#(followMeCoordinate CLLocationCoordinate2D)
)!
DJIFollowMeMission buildNumberAccessors: #(
	followMeAltitude heading
)!

DJIFollowMeMissionEvent buildNumberGetters: #(
	previousState currentState
	distanceToFollowMeCoordinate
)!
DJIFollowMeMissionEvent buildTypedGetters: #(
	#(error NSError)
)!

DJIFollowMeMissionOperator buildNumberGetters: #(
	currentState
)!
DJIFollowMeMissionOperator buildFunctions: #(
	#(addListenerToEvents:withQueue:andBlock: #(_listener _queue _block))
	#(addListenerToStarted:withQueue:andBlock: #(_listener _queue _block))
	#(addListenerToFinished:withQueue:andBlock: #(_listener _queue _block))
	#(removeListener: #(_listener))
	#(removeListenerOfEvents: #(_listener))
	#(removeListenerOfStarted: #(_listener))
	#(removeListenerOfFinished: #(_listener))
	removeAllListeners
	#(startMission:withCompletion: #(_mission _completion))
	#(stopMissionWithCompletion: #(_completion))
	#(updateFollowMeCoordinate: #(_coordinate) NSError)
	#(followMeCoordinate CLLocationCoordinate2D)
)!