Center the map in your mobile app either at the current coordinates or any other location at the
zoom level of your choice.
Sample use case: You want to display the maps for selected cities in specific zoom levels. Your
users should be able to easily switch between different locations.
Use the following code snippets in your app to display maps of different locations (in this case,
the current location and the TomTom offices in Amsterdam and Berlin).
The example shows how to center the map on Amsterdam using TTCameraPositionBuilder and
its create method:
let cameraPosition =TTCameraPositionBuilder.create(withCameraPosition:TTCoordinate.AMSTERDAM()).withZoom(10).build()