Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle ADF Mobile
11g Release 2 (11.1.2.3.0)

E27204-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

Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle ADF Mobile
11g Release 2 (11.1.2.3.0)

E27204-01


Copyright © 2012 Oracle. All Rights Reserved.