nsISupports
Last changed in Gecko 1.9.1 (Firefox 3.5 / Thunderbird 3.0 / SeaMonkey 2.0)Interface provides a way for a geolocation provider to notify the system that a new location is available.
void update(in nsIDOMGeoPosition position); |
Notify the geolocation service that a new geolocation has been discovered.
void update( in nsIDOMGeoPosition position );
position
nsIDOMGeoPosition
object describing the updated position information.