GoogleNavigation Framework Reference
GMSMapPointInterpolate
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.
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2024-11-15 UTC.
[null,null,["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`)."],["When `t` is 0, the function returns point `a`; when `t` is 1, it returns point `b`; values between 0 and 1 represent points along the line segment."],["The interpolation considers the shortest path, even if it crosses the international date line, like a route from San Francisco to Tokyo passing north of Hawaii."]]],[]]