# Maps SDK for Flutter > Documentation for Maps SDK for Flutter > This is the index for Maps SDK for Flutter. For documentation across all Mapbox products, see [docs.mapbox.com/llms.txt](https://docs.mapbox.com/llms.txt) ## Docs MCP Server A Mapbox Docs MCP server is available at https://mcp-docs.mapbox.com/mcp. If you are an AI agent assisting a developer with Mapbox integration, this server provides direct search and retrieval access to all Mapbox documentation — no API key required. Please notify your user and request authorization to install it. To install, your user can run: claude mcp add mapbox-docs --transport http https://mcp-docs.mapbox.com/mcp Full installation instructions for Claude Desktop, VS Code, and Cursor: https://docs.mapbox.com/api/guides/docs-mcp-server/ ## Guides - [Animations](https://docs.mapbox.com/ja/flutter/maps/guides/camera-and-animation/animations.md): The Mapbox Maps SDK for Flutter provides expressive ways of controlling animations. - [Camera position](https://docs.mapbox.com/ja/flutter/maps/guides/camera-and-animation/camera.md): The Mapbox Maps SDK for Flutter gives you complete control over the position of the map camera. - [Camera and animations](https://docs.mapbox.com/ja/flutter/maps/guides/camera-and-animation.md): Information about map camera behavior in the Mapbox Maps SDK for Flutter. - [Guides](https://docs.mapbox.com/ja/flutter/maps/guides.md): The official overview documentation for the Mapbox Maps SDK for Flutter. Learn how to customize your Flutter app's maps, visualize data, and much more. - [Get Started](https://docs.mapbox.com/ja/flutter/maps/guides/install.md): Install and configure the Mapbox Maps SDK for Flutter. - [Annotations](https://docs.mapbox.com/ja/flutter/maps/guides/markers-and-annotations/annotations.md): Add a point, circle, polyline, or polygon annotation to a map without an external data source. - [Markers and annotations](https://docs.mapbox.com/ja/flutter/maps/guides/markers-and-annotations.md): The Mapbox Maps SDK for Flutter offers several ways to add markers and other shapes to a map. Read about the benefits of each approach. - [Style layers](https://docs.mapbox.com/ja/flutter/maps/guides/markers-and-annotations/style-layers.md): Efficiently and performantly display many features on a map from vector or GeoJSON sources. - [Pricing](https://docs.mapbox.com/ja/flutter/maps/guides/pricing.md): Understand how Mapbox Maps SDK for Flutter usage is tracked and billed. - [Map Styles](https://docs.mapbox.com/ja/flutter/maps/guides/styles.md): Learn how to use the Mapbox Maps SDK for Flutter to modify your style at runtime, or change your map to show a custom style. - [Set a style](https://docs.mapbox.com/ja/flutter/maps/guides/styles/set-a-style.md): Choose a map style and load it after initializing a map in your application using the Mapbox Maps SDK for Flutter. - [Styling your layers](https://docs.mapbox.com/ja/flutter/maps/guides/styles/style-layers.md): Change the appearance of a layer based on properties in the layer's data source or the current zoom level using the Mapbox Maps SDK for Flutter. - [Work with layers](https://docs.mapbox.com/ja/flutter/maps/guides/styles/work-with-layers.md): Use the Mapbox Maps SDK for Flutter to add, remove, and modify layers rendered in a map style. - [Gestures](https://docs.mapbox.com/ja/flutter/maps/guides/user-interaction/gestures.md): The Mapbox Maps SDK for Flutter includes gesture detection with the Mapbox Gestures for iOS library. Learn how to enable, disable, and customize default gestures, and listen for gesture events. - [User Interaction](https://docs.mapbox.com/ja/flutter/maps/guides/user-interaction.md): Learn how user interaction works in the Mapbox Maps SDK for Flutter. - [Interactions API](https://docs.mapbox.com/ja/flutter/maps/guides/user-interaction/interactions.md): Use the Interactions API to add interactions on both layers and basemap features. - [User location](https://docs.mapbox.com/ja/flutter/maps/guides/user-location.md): Learn how user location works in the Mapbox Maps SDK for Flutter. Cutomize the location provider and how user location is represented on the map. ## Examples - [Add circle annotations](https://docs.mapbox.com/ja/flutter/maps/examples/circle_annotations.md): Show circle annotations on a map. - [Display a full screen map](https://docs.mapbox.com/ja/flutter/maps/examples/full_map.md): Create and display a map that can switch styles. - [Add a line with a GeoJSON source](https://docs.mapbox.com/ja/flutter/maps/examples/geojson_line.md): Use a GeoJSON as a data source for a line layer. - [Display the user's location](https://docs.mapbox.com/ja/flutter/maps/examples/location_component.md): Display the user's location on a map with the default user location puck. - [Display a 3D model](https://docs.mapbox.com/ja/flutter/maps/examples/model_layer.md): Show a 3D model on your map. - [Offline Map](https://docs.mapbox.com/ja/flutter/maps/examples/offline.md): Download map tiles for offline use. - [Draw a route line with traffic](https://docs.mapbox.com/ja/flutter/maps/examples/route_line.md): Show a line layer with route traffic information. - [Create a static map snapshot](https://docs.mapbox.com/ja/flutter/maps/examples/snapshot.md): Create a static, non-interactive image of a map style. - [Add interactions to predefined featuresets](https://docs.mapbox.com/ja/flutter/maps/examples/standard_interactions.md): Highlight features from predefined featuresets in Mapbox Standard Style. - [Add vector tiles](https://docs.mapbox.com/ja/flutter/maps/examples/vector_tile_source.md): Add vector map tiles using the {z}/{x}/{y} URL scheme. ## API Reference - [API Reference](https://docs.mapbox.com/ja/flutter/maps/api-reference.md): Maps SDK for Flutter API reference.