DJI-Mobile-SDK-Tutorials / Android-GSDemo-GoogleMap

A Demo for using DJI Mobile SDK to create a Waypoint Mission App using Google Map.
MIT License
26 stars 55 forks source link

Custom coordinates on follow me mission #7

Closed vascoV closed 6 years ago

vascoV commented 7 years ago

Is there a way to use custom coordinates in follow me mission? smth like DJI: Double Lat: 33.22345; Double Lon: 32.5678;

DjiFollowMe(Lat, Lon){ executing the follow me mission }

dji-dev commented 6 years ago

Please use: FollowMeMissionOperator.startMission(FollowMeMission ...); Pass in FollowMeMission as follow: FollowMeMission.getInstance().initUserData(lat,long,altitude)

Thank you.