GeolocationPosition
Object Hierarchy:
Description:
[ CCode ( copy_function = "g_boxed_copy" , free_function = "g_boxed_free" , type_id = "webkit_geolocation_position_get_type ()" ) ]
[ Compact ]
[ Version ( since = "2.26" ) ]
public class GeolocationPosition
Content:
Creation methods:
Methods:
- public GeolocationPosition copy ()
Make a copy of the GeolocationPosition.
- public void free ()
Free the GeolocationPosition
- public void set_altitude (double altitude)
Set the this altitude.
- public void set_altitude_accuracy (double altitude_accuracy)
Set the accuracy of this altitude.
- public void set_heading (double heading)
Set the this heading.
- public void set_speed (double speed)
Set the this speed.
- public void set_timestamp (uint64 timestamp)
Set the this timestamp.