Multiple choice technology platforms and products

The class _________ is the super class of the different location providers which deliver the information about the current location of the device.

  1. LocationProvider

  2. LocationManager

  3. LocationListener

  4. None of above

Reveal answer Fill a bubble to check yourself
A Correct answer
Explanation

LocationProvider is the abstract superclass for all location providers (GPS, Network, Passive) that deliver location information. It defines the common interface and behavior that specific provider implementations must follow.