UnifiedNlp/client/src/main/aidl/org/microg/nlp/service/AddressCallback.aidl
2020-06-05 20:51:21 +02:00

13 lines
244 B
Plaintext

/*
* SPDX-FileCopyrightText: 2020, microG Project Team
* SPDX-License-Identifier: Apache-2.0
*/
package org.microg.nlp.service;
import android.location.Location;
interface AddressCallback {
void onResult(in List<Address> location);
}