Hi YP ... using an intent can bring up the Google Navigate app
without the need to press the blue START. Thank you for the idea.
Using App Inventor blocks, there are several possibilities as to how you can code this. The intent requires the + wherever a space is typed for the Destination address. One block example uses the Web>URIEncode component (shown as an active block), another uses a Replace block and one is to hard code the destination (both shown as Disabled blocks). Any of these methods results in the proper formatting of the intent using the ActivityStarter.DataUri block. If you use the TextBox to input locations, you can either type an address or geocoordinates. For example type the coordinates separated by a single space, 38.9072 -77.0369 , and it works as well as typing Washington D.C.

When using this code snippet, you will discover returning to your App from Google's Navigate is not as simple as pressing the BackButton soft key on your device. A quick way to return to your app is to press the double rectangle soft key. That action allows you to look at the active apps on your device, close the Navigate (swipe right) , then click on your App image to restore your main app screen. There may be other ways (using the BackButton soft key multiple times works and is s l o w )
Good luck with your Project!
Regards,
Steve