This content has 1 year. Some of the information in this post may be out of date or no longer work. Please, read this page keeping its age in your mind.Android Auto is a popular platform that allows users to seamlessly integrate their Android devices with their car’s infotainment system. This integration extends to navigation, allowing users to launch navigation apps like Google Maps or Waze directly from Android Auto. In this blog post, we’ll explore how to achieve this functionality from within your Android application using .NET MAUI. The key to launching navigation apps on Android Auto is to construct a URI with the desired latitude and longitude and use an Intent to open the navigation app. Let’s break down the code snippet you provided to understand how it works: AndroidUri is the Android.Net.Uri class alias achieved by: Let’s dissect this code step by step: