getCenterTextOffset method

MPPointF getCenterTextOffset()

Returns the offset on the x- and y-axis the center text has in dp.

@return

Implementation

MPPointF getCenterTextOffset() {
  return MPPointF.getInstance1(_centerTextOffset.x, _centerTextOffset.y);
}