operator + method

LocationTween operator +(
  1. ILatLng end
)

Implementation

LocationTween operator +(ILatLng end) {
  interpolator.swap(end);
  return this;
}