# Magic Lane - Maps SDK for Android documentation ## Docs - [Get Started With Sample Apps](/docs/android/examples/get-started-with-sample-apps.md): Prerequisites - [Maps & 3D Scene](/docs/android/examples/maps-3dscene.md): Example applications for the Maps SDK for Android are available on IssueTracker. You can clone the repository and launch the applications by following the setup instructions provided in the README file. - [Apply Custom Map Style](/docs/android/examples/maps-3dscene/apply-custom-map-style.md): In this guide you will learn how to render an interactive map, and change the map style by applying a custom map style edited with, and downloaded from, the online editor. - [Apply Map Style](/docs/android/examples/maps-3dscene/apply-map-style.md): This example demonstrates how to create an app that displays an interactive map with a non-default style. - [Download A Map](/docs/android/examples/maps-3dscene/download-a-map.md): This example demonstrates how to list the road maps available on the server for download, how to download a map while indicating the download progress, and how to display the download’s finished status. - [Hello Map](/docs/android/examples/maps-3dscene/hello-map.md): In this example you will learn how to render an interactive map centered on a desired location. The map is fully 3D, supporting pan, pinch-zoom, rotate and tilt. - [Map Compass](/docs/android/examples/maps-3dscene/map-compass.md): This example demonstrates how to render a compass icon that displays the heading rotation of an interactive map. The compass indicates the direction where 0 degrees is north, 90 degrees is east, 180 degrees is south, and 270 degrees is west. You will also learn how to rotate the map back to its default north-up orientation. - [Maps Perspective Change](/docs/android/examples/maps-3dscene/maps-perspective-change.md): This example demonstrates how to toggle the map view angle between 2D (vertical look-down at the map) and 3D (perspective, tilted map, looking towards the horizon). - [Overlapped Maps](/docs/android/examples/maps-3dscene/overlapped-maps.md): This example demonstrates how to create an Android application that display overlapped maps, showcasing the ability to layer map views. - [Social Event Voting](/docs/android/examples/maps-3dscene/social-event-voting.md): This example demonstrates how to create an app with an interactive map that allows users to vote and view social events, using the Maps SDK. - [Social Report](/docs/android/examples/maps-3dscene/social-report.md): In this guide you will learn how to send a social report from within an app. An interactive map is displayed, and the social report is sent automatically as soon as the map is ready. - [Places & Search](/docs/android/examples/places-search.md): This collection of articles showcases a comprehensive suite of precision-driven location and search techniques - instantly delivering accurate POI results for landmarks, restaurants, businesses, cities, neighborhoods, attractions, and specific addresses; enabling the discovery of nearby, departure-point, or destination-relevant places (for example, EV charging stations) with essential details such as pricing, hours of operation, and landmark information; and providing global data online or offline, all seamlessly embedded directly in the map for up-to-the-minute, reliable navigation every time. - [Define Persistent Roadblock](/docs/android/examples/places-search/define-persistent-roadblock.md): In this guide you will learn how to render an interactively defined road block on an interactive map and fly to the road block. - [Draw and Fly To Polyline](/docs/android/examples/places-search/draw-and-fly-to-polyline.md): In this guide you will learn how to render an interactive map, draw a polyline on the map and fly to the location of the polyline. - [Favourites](/docs/android/examples/places-search/favourites.md): In this guide you will learn how to insert a landmark into the favourites, and also show to remove a landmark from the favourites. - [Free Text Search](/docs/android/examples/places-search/free-text-search.md): In this guide you will learn how to do a text search and display them in a list. - [Map Selection](/docs/android/examples/places-search/map-selection.md):