subarulink
subarulink copied to clipboard
[Feature] support for new send destination
Looks like the new version of the Android app has send destination to car.
I will look at the latest build and see if this api can be easily called.
SendPOI's Execute URL: /service/g2/sendPoi/execute.json Service Callback URL: /service/g2/sendPoi/status.json
{ "pois": [List Data Element of items below] }; {name : elem.data("name"), formattedAddress : elem.data("formattedaddress"), latitude : elem.data("latitude"), longitude : elem.data("longitude"), streetNumber : elem.data("streetnumber"), street : elem.data("street"), city : elem.data("city"), state : elem.data("state"), zip : elem.data("zip") } }