示例#1
0
 /**
  * Gets the location string associated with the tracking event such as GPS locator.
  *
  * @return location string for tracking event
  */
 public String getLocation() {
   return operation.getLocation();
 }