Routing on a bridge

Hello, I need to know if there is some way to know when i update the position and is on a bridge and there is a street below it, if I can differentiate which one I’m going through.

IMO this is only possible on the client side when you track previously visited locations.

To find out if you are on a bridge you can use the method DataFlagEncoder.isBridgeTransportationMode.

Ok, thanks, i will try.