/** * 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); }
/** * 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); }