Maps¶
This section covers map-first workflows in the UNL Navigation SDK for iOS: creating map views, camera and gesture control, and displaying landmarks, markers, overlays, routes, instructions, paths, and map styles.
Use these guides to move from a basic map setup to a fully interactive and styled map experience.
- Get Started with Maps - Learn how to display a map view and work with MapViewController, the core iOS map runtime controller.
- Adjust Map View - The iOS SDK lets you control viewport framing, camera orientation, zoom, perspective, and coordinate transforms through MapViewController and MapViewPreferencesContext.
- Interact with Map - Use MapViewControllerDelegate, cursor selection APIs, and map-view preferences to handle user interactions, gestures, selections, and map render updates.
- Display Map Items - This guide covers a wide range of features and techniques for displaying various elements on a map within a mobile application.
- Styling - Learn how to customize map appearance using predefined styles or custom styles.