Returns a linearly interpolated point on the segment [a, b], at the fraction t from a. t==0
corresponds to a, t==1 corresponds to b.
The interpolation takes place along the short path between the points potentially crossing the
date line. E.g. interpolating from San Francisco to Tokyo will pass north of Hawaii and cross the
date line.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-11-15 UTC."],[[["`GMSMapPointInterpolate` calculates a point along a line segment between two given points (`a` and `b`) based on a fraction (`t`)."],["The fraction `t` determines the position of the interpolated point: `t`=0 corresponds to point `a`, `t`=1 corresponds to point `b`."],["Interpolation considers the shortest path, even if it crosses the international date line."]]],[]]