Class ShadowLocationManager.ProviderProperties

  • Enclosing class:
    ShadowLocationManager

    public static class ShadowLocationManager.ProviderProperties
    extends java.lang.Object
    Properties of a provider.
    • Constructor Summary

      Constructors 
      Constructor Description
      ProviderProperties​(boolean requiresNetwork, boolean requiresSatellite, boolean requiresCell, boolean hasMonetaryCost, boolean supportsAltitude, boolean supportsSpeed, boolean supportsBearing, int powerRequirement, int accuracy)  
      ProviderProperties​(android.location.Criteria criteria)  
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • 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​(android.location.Criteria criteria)