Sends a location for the car to start navigation or play a video in theatre mode.
These docs take from the Android app, which sends the data in JSON form. However, a URL-encoded POST body will work as well. The basic format to a request looks like this:
1
{
2
"type":"share_ext_content_raw",
3
"value":{
4
"android.intent.extra.TEXT":"123 Main St, City, ST 12345\n\nhttps://goo.gl/maps/X"
5
},
6
"locale":"en-US",
7
"timestamp_ms":"1539465730"
8
}
Copied!
Note: This API was previously navigation_request, but has been updated to support video links as well.