Looks like you are developing for the Android platform - here is the sample code for GoToAction: TimelineMissionControlView.java: github.com/dji-sdk/Mobile-SDK-Android/tree/e0a9b92611ff3a1deb2976fba8d6cafe4548488d/Sample%20Code/app/src/main/java/com/dji/sdk/sample/demo/timeline
setTimelinePlanToText("Step 3: Go 10 meters from home point"); elements.add(new GoToAction(new LocationCoordinate2D(homeLatitude, homeLongitude), 10));
Without seeing your project, it's hard to know what is the issue so after you look at the sample, if you are still having issues please provide a link to your project so other developers can help trouble shoot it for you
|