Oracle Fusion Middleware Java API Reference for Oracle Mobile Application Framework
2.0.0.0.0

E36392-01

oracle.adf.model.datacontrols.device
Interface GeolocationCallback


public interface GeolocationCallback

Implement this interface to receive notification when the device's position changes. See DeviceManager.startUpdatingPosition for more details.


Method Summary
 void locationUpdated(Location position)
          This method is invoked when the device's position changes.
 

Method Detail

locationUpdated

void locationUpdated(Location position)
This method is invoked when the device's position changes.

Parameters:
position - The most recent GPS fix

Oracle Fusion Middleware Java API Reference for Oracle Mobile Application Framework
2.0.0.0.0

E36392-01

Copyright © 2014 Oracle. All Rights Reserved.