at.gridgears.held.PositioningMethod 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 enum PositioningMethod {
GNSS,
WIFI,
CELL,
NO_LOCATION,
UNKNOWN
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy