polyline.pointAt(ratio)
Return a point on the polyline that lies ratio
(normalized length) away from the beginning of the polyline.
The function expects ratio
to lie between 0 and 1; values outside the range are constrained to 0 and 1, respectively. If the polyline contains no points, null
is returned.