0

I'm using REST API provided by HERE Maps to display a map inside an application. As I'm not using any SDKs provided by HERE, I'm forced to fetch map tiles and render them using react-native-maps (custom tiles).

<UrlTile urlTemplate={...} />

What I'm getting is this:

current behaviour on rotate

regular (north up) view

Basically, all of the labels don't rotate on map rotation, and that makes them hard to read. Is there any possible way to handle tile rotation using only REST API?

1 Answers1

0

Tile REST API doesn't support rotation. You may try to investigate the possibility of implementing rotation in react-native-maps.