Interface LocationDataSource.LocationChangedListener

  • Enclosing class:
    LocationDataSource

    public static interface LocationDataSource.LocationChangedListener
    The listener interface for receiving location changed events from a LocationDataSource.
    Since:
    100.6.0 for Android and 100.9.0 for Java SE
    • Method Detail

      • locationChanged

        void locationChanged​(LocationDataSource.LocationChangedEvent locationChangedEvent)
        Invoked when the Location of a LocationDataSource changes.
        Parameters:
        locationChangedEvent - the location changed event
        Since:
        100.6.0 for Android and 100.9.0 for Java SE