I need to location of floor where is user currently locating and I tried two ways
using CLLocation and location.floor?.level and google elevation API
https://developers.google.com/maps/documentation/elevation/start
but on the First case, I got nil and the second case I get the elevation which I got in the first case but I didn't floor.
so how to get floor ? thanks