at.gridgears.held.FindLocationCallback Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of held-api Show documentation
Show all versions of held-api Show documentation
API for Http Enabled Location Discovery (HELD)
package at.gridgears.held;
public interface FindLocationCallback {
void completed(FindLocationRequest request, FindLocationResult findLocationResult);
void failed(FindLocationRequest request, Exception exception);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy