public static interface

DJIRemoteController.RCGpsDataUpdateCallback

dji.sdk.RemoteController.DJIRemoteController.RCGpsDataUpdateCallback

Class Overview

Callback function that updates the Remote Controller's current GPS data.

Summary

Public Methods
abstract void onGpsDataUpdate(DJIRemoteController rc, DJIRemoteController.DJIRCGPSData gpsData)
Callback function that updates the Remote Controller's current GPS data.

Public Methods

public abstract void onGpsDataUpdate (DJIRemoteController rc, DJIRemoteController.DJIRCGPSData gpsData)

Callback function that updates the Remote Controller's current GPS data.

Parameters
rc Instance of the Remote Controller for which the GPS data will be updated.
gpsData Current state of the Remote Controller's GPS data.