mzgreen
07/19/2017, 9:47 AMPathMeasure pm = new PathMeasure(myPath, false);
//coordinates will be here
float aCoordinates[] = {0f, 0f};
//get coordinates of the middle point
pm.getPosTan(pm.getLength() *animator.getAnimatedFraction(), aCoordinates, null);