Map Perspective¶
Control the map perspective.

Use case¶
Change the map perspective to a more suitable perspective.
How to use the sample¶
First, get an API key token, see the Getting Started guide.
Download the Maps & Navigation SDK for C++ archive file for Linux or WindowsWhen you open the sample, you’ll be viewing the scene from above in 2D. The map view perspective will then switch to 3D.
How it works¶
Create a
MapViewListener
,OpenGLContext
andMapView
.Instruct the
MapView
to change its perspective to 3D.Allow the application to run until the map view is fully loaded.