DJI Mobile SDK Documentation

class OnMapReadyListener

interface OnMapReadyListener
Package:dji.ux.widget
Description:

When added to the MapWidget, the OnMapReadyListener can be used to determine when the map is ready to modify. No modifications should be done to the MapWidget before the map is initialized using one of the initialization methods.

Class Members:
method onMapReady
void onMapReady(@NonNull DJIMap map)
Package:dji.ux.widget
Description:

A callback indicating that the map is finished initializing.

Input Parameters:
@NonNull DJIMap mapThe object of DJIMap.