LocationsUpdatedListener

interface LocationsUpdatedListener

Internal interface

The only reason for this interface to be public is Xamarin

Author

Jose J Varó - Copyright © 2019 MapsPeople A/S. All rights reserved.

Functions

Link copied to clipboard
abstract fun onLocationsDeleted(@NonNull locations: List<MPLocation>, sourceId: Int)
Invoked when locations are removed
Link copied to clipboard
abstract fun onLocationsUpdated(@NonNull locations: List<MPLocation>, sourceId: Int)
Invoked when locations are added or updated
Link copied to clipboard
abstract fun onStatusChanged(@NonNull status: MPLocationSourceStatus, sourceId: Int)
Invoked on location source provider status changes