Skip to main content

SaveKmlListener

interface SaveKmlListener

Description:KML file saving listener with success and failed state

method onSuccess

void onSuccess();

Description: if file save successfully then revoke this method

Input parameters: None。

Output parameter: None。

Related parameters: None。

method onFailed

void onFailed(SaveKmlErrorEnum errorCode);

Description: if file save failed then revoke this method

Input parameters: errorCde: object of error code enum

Output parameter: None。

Related parameters: None。