public interface VgMyLocationProvider
Modifier and Type | Method and Description |
---|---|
void |
disable()
Requests provider stops sending location notifications.
|
void |
enable()
Requests provider starts sending location notifications.
|
java.lang.String |
getName()
Returns the name of the provider.
|
boolean |
isEnabled()
Returns true if the provider is enabled.
|
boolean |
supportsAccuracy()
Returns true if the provider supports accuracy updates.
|
boolean |
supportsContext()
Returns true if the provider supports context updates.
|
boolean |
supportsFloor()
Returns true if the provider supports floor updates.
|
boolean |
supportsHeading()
Returns true if the provider supports heading updates.
|
boolean |
supportsPosition()
Returns true if the provider supports position updates.
|
java.lang.String getName()
void enable()
void disable()
boolean isEnabled()
boolean supportsPosition()
boolean supportsAccuracy()
boolean supportsContext()
boolean supportsFloor()
boolean supportsHeading()