public interface IMyLocationConsumer
Modifier and Type | Method and Description |
---|---|
void |
onLocationChanged(Location location,
IMyLocationProvider source)
Call when a provider has a new location to consume.
|
void onLocationChanged(Location location, IMyLocationProvider source)