onLocationChanged abstract method

void onLocationChanged(
  1. Location location
)

Called when the location has changed.

There are no restrictions on the use of the supplied Location object. @param location The new location, as a Location object.

Implementation

void onLocationChanged(Location location);