setLocationUpdateCallback method

NUIGeoLocatorBuilder setLocationUpdateCallback(
  1. LocationUpdateCallback callback
)

Implementation

NUIGeoLocatorBuilder setLocationUpdateCallback(LocationUpdateCallback callback){
  this._callback = callback;
  return this;
}