mirror of
				https://github.com/LadybirdBrowser/ladybird.git
				synced 2025-10-31 21:30:58 +00:00 
			
		
		
		
	
		
			
	
	
		
			13 lines
		
	
	
	
		
			450 B
		
	
	
	
		
			Text
		
	
	
	
	
	
		
		
			
		
	
	
			13 lines
		
	
	
	
		
			450 B
		
	
	
	
		
			Text
		
	
	
	
	
	
|   | // https://w3c.github.io/geolocation/#coordinates_interface | ||
|  | [Exposed=Window, SecureContext] | ||
|  | interface GeolocationCoordinates { | ||
|  |     readonly attribute double accuracy; | ||
|  |     readonly attribute double latitude; | ||
|  |     readonly attribute double longitude; | ||
|  |     readonly attribute double? altitude; | ||
|  |     readonly attribute double? altitudeAccuracy; | ||
|  |     readonly attribute double? heading; | ||
|  |     readonly attribute double? speed; | ||
|  |     [Default] object toJSON(); | ||
|  | }; |