I'm trying to achieve near map panorama functionality via google maps. I am able to pass the co-ordinates with the Near map API URLs to google map and I am getting the correct tiles in response. But the tiles are arranged in wrong order because in near map panorama view, the tile matrix is different for West, South and East directions as follows.
https://docs.nearmap.com/display/ND/Panorama+Coordinate+Systems
Can someone help on how to achieve this matrix order via google maps ?
Thanks in advance