|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.netmera.mobile.NetmeraLocationService
public class NetmeraLocationService
This class is used to activate / deactivate Location Service.
Method Summary | |
---|---|
static void |
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 |
startLocationService()
Starts Location Service of Netmera. |
static void |
stopLocationService()
Stops Location Service. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static void init(NetmeraLocationSettings locationSettings, android.content.Context context) throws NetmeraException
locationSettings
- a NetmeraLocationSettings
instancecontext
- a Context
instance
NetmeraException
- if your Netmera account type does not have LocationService
usage permission.public static void startLocationService()
public static void stopLocationService()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |