Uses of Class
com.netmera.mobile.NetmeraLocationSettings

Packages that use NetmeraLocationSettings
com.netmera.mobile   
 

Uses of NetmeraLocationSettings in com.netmera.mobile
 

Methods in com.netmera.mobile that return NetmeraLocationSettings
 NetmeraLocationSettings NetmeraLocationSettings.setFastestInterval(long fastestInterval)
          Explicitly set the fastest interval for location updates, in milliseconds.
 NetmeraLocationSettings NetmeraLocationSettings.setIntervalMeters(long intervalMeters)
          Set interval meters
 NetmeraLocationSettings NetmeraLocationSettings.setIntervalSeconds(long intervalSeconds)
          Set interval seconds
 NetmeraLocationSettings NetmeraLocationSettings.setPriority(int priority)
          Set the priority of the request.
 

Methods in com.netmera.mobile with parameters of type NetmeraLocationSettings
static void NetmeraLocationService.init(NetmeraLocationSettings locationSettings, android.content.Context context)
          To be able to start Location Service, you should first call this method with the given parameters.
static void LocationService.setLocationSettings(NetmeraLocationSettings locationSettings)