public interface LocationSource
Modifier and Type | Interface and Description |
---|---|
static interface |
LocationSource.OnLocationChangedListener |
Modifier and Type | Method and Description |
---|---|
void |
activate(LocationSource.OnLocationChangedListener listener)
activate is not guaranteed to succeed, and the location source is at liberty to subsequently return
false from isCheckingLocation
|
void |
deactivate() |
boolean |
isCheckingLocation() |
void activate(LocationSource.OnLocationChangedListener listener)
listener
- void deactivate()
boolean isCheckingLocation()
Copyright © 2012–2013 Ordnance Survey. All rights reserved.