move location service to repository

This commit is contained in:
andrekir 2022-05-20 09:13:59 -03:00
parent d50e9e1644
commit 6bda993851
8 changed files with 160 additions and 222 deletions

View file

@ -120,7 +120,7 @@ interface IMeshService {
void setRegion(int regionCode);
/// Start providing location (from phone GPS) to mesh
void setupProvideLocation();
void startProvideLocation();
/// Stop providing location (from phone GPS) to mesh
void stopProvideLocation();