示例#1
0
 /**
  * Sets the location associated with the tracking event such as GPS locator.
  *
  * @param location location string for tracking event
  */
 public void setLocation(Source location) {
   operation.setLocation(location);
 }
示例#2
0
 /**
  * Sets the location associated with the tracking event such as GPS locator.
  *
  * @param location location string for tracking event
  */
 public void setLocation(String location) {
   operation.setLocation(location);
 }