> For the complete documentation index, see [llms.txt](https://docs.mapbox.com/android/ja/navigation/ux/llms.txt)

# Navigation SDK UX Framework

現在のバージョン：`v1.28.0`  
  

-   Pre-built navigation experience ready to integrate into your Android application
    
-   Functional and visual customization
    
-   Mobile and Automotive use cases supported
    
-   Customizable pre-built map styles
    

[インストール](https://docs.mapbox.com/android/ja/android/ja/navigation/ux/guides/installation/)  
  

![](https://docs.mapbox.com/android/ja/assets/ideal-img/dash-sdk-overview.a91ef4d.480.png)

> **Note (beta): Public Preview for Mapbox Navigation SDK UX Framework**
> 
> Mapbox Navigation SDK UX Framework is in Public Preview. During this phase, it may be subject to potential changes as they features and API surfaces stabilize.

The **UX Framework** is a set of libraries for embedding a complete navigation experience within Android applications. The UX Framework provides pre-built and customizable UI/UX, which covers a full set of navigation scenarios, starting with map exploration and search scenarios going to active guidance along the route.

What you get out of the box:

-   integrated search experience provided by Mapbox.
-   pre-built comprehensive core navigation scenarios including default assets, such as [color schemes](https://docs.mapbox.com/android/ja/navigation/ux/guides/assets/colors/), [fonts](https://docs.mapbox.com/android/ja/navigation/ux/guides/assets/fonts/), and [text assets](https://docs.mapbox.com/android/ja/navigation/ux/guides/assets/string-ids/) you can customize or replace with your brand ones.
-   integrated advanced features, such as fuel prices, weather, AI voice assistant, and more.
-   pre-built map styles (including regular style, traffic style, 3D, and satellite).
-   the ability to add fully customized styles to match your branding and design requirements.

## Integration APIs

Conceptually, the Navigation UX Framework is composed of two major parts:

**1. Pre-built Core Navigation Experience & Advanced User Features**. These are thoughtfully designed by Mapbox to deliver the best possible navigation experience, powered by our navigation services and SDKs.

**2. Integration API Suite**. The UX Framework offers users a wide range of options for integration, customization, and extension of the existing navigation experience. The APIs are categorized into three main subsets - [Configuration](https://docs.mapbox.com/android/ja/navigation/ux/guides/configuration/), [Events](https://docs.mapbox.com/android/ja/navigation/ux/guides/events/), and [Coordination](https://docs.mapbox.com/android/ja/navigation/ux/guides/coordination/).

-   **Configuration API** allows you to configure look-and-feel of the experience the UX Framework provides, and turn off and on particular features on the screen.
    
-   **Events API** allows you to listen to events produced by the UX Framework to power up your scenarios, which may require tight integration with the navigation states.
    

-   **Coordination API** allows you to manipulate the navigation state encapsulated in the UX Framework, making integrating your services and scenarios with the pre-built navigation experience easy.
-   **Configuration API** allows you to configure the app's style (icons, fonts, colors, markers) as well as create your own unique UI for views and layers on the map.

## API reference

The Mapbox Navigation SDK UX Framework gives you all the tools you need to add turn-by-turn navigation to your application.

Check the [API reference](https://docs.mapbox.com/android/ja/navigation/ux/api-reference/) of the UX Framework.