subarulink icon indicating copy to clipboard operation
subarulink copied to clipboard

[Feature] support for new send destination

Open stboch opened this issue 5 years ago • 1 comments

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.

stboch avatar Jun 30 '20 15:06 stboch

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") } }

stboch avatar Jul 12 '20 21:07 stboch