Class ShadowLocationManager.ProviderProperties

  • Enclosing class:
    ShadowLocationManager

    public static class ShadowLocationManager.ProviderProperties
    extends Object
    Properties of a provider.
    • Constructor Detail

      • ProviderProperties

        public ProviderProperties​(boolean requiresNetwork,
                                  boolean requiresSatellite,
                                  boolean requiresCell,
                                  boolean hasMonetaryCost,
                                  boolean supportsAltitude,
                                  boolean supportsSpeed,
                                  boolean supportsBearing,
                                  int powerRequirement,
                                  int accuracy)
      • ProviderProperties

        public ProviderProperties​(Criteria criteria)