QueryRealTimeLocationCallBack typedef

void QueryRealTimeLocationCallBack (
  1. RealTimeLocationResult realTimeLocationResult
)

Implementation

typedef QueryRealTimeLocationCallBack = void Function(
    RealTimeLocationResult realTimeLocationResult);