Application zone

Applications need a way of understanding which zone they are in so
that they can access data from their zone.  I propose adding a method
either to the Zone or to Vehicle interface that allows the application
to discover which zone the application is running in:


partial interface Zone {
   Zone getApplicationZone();
}

Thoughts?

-Kevron

Received on Tuesday, 15 July 2014 20:51:15 UTC