w3c / geolocation

W3C Geolocation API
https://www.w3.org/TR/geolocation/
81 stars 56 forks source link

Support floorLevel on GeolocationCoordinates? #122

Closed marcoscaceres closed 5 months ago

marcoscaceres commented 2 years ago

It appears WebKit has a GeolocationCoordinates.prototype.floorLevel:

Which appears to be enabled by default in Safari.

I'm wondering if any other engine will want to support that also in future version of the spec (after we go to REC)?

anssiko commented 2 years ago

See also https://github.com/w3c/geolocation-sensor/issues/10

marcoscaceres commented 5 months ago

Closing as this can’t be implemented on other platforms apparently. We can revisit if that changes.

navv-christofer-flores commented 5 months ago

HI there! 👋 QQ, is there any plans on integrating this ? Safari has this available because they do have a way to use Core Location features within their browser (or any WebKit based browser) when using Geolocation inside a venue they have fingerprinted, so wonder if this would be available?