Topics   All   MacOS (Only)   Windows (Only)   Linux (Only, Not)   iOS (Only, Not)  
Components   Crossplatform Mac & Win   Server   Client   Old   Deprecated   Guides   Examples   Videos
New in version: 12.1   12.2   12.3   12.4   12.5   13.0   13.1   13.2   13.3   13.4    Statistic    FMM    Blog  

Math.PolylineDecode

Decodes number from Polyline Algorithm Format.

Component Version macOS Windows Linux Server iOS SDK
Math 9.2 ✅ Yes ✅ Yes ✅ Yes ✅ Yes ✅ Yes
MBS( "Math.PolylineDecode"; Text )   More

Parameters

Parameter Description Example
Text The coordinate value to decode. "~ps|U"

Result

Returns number or error.

Description

Decodes number from Polyline Algorithm Format.
We decode the number stored in the given text and return the numeric value.
Precision is just 5 digits after comma.

See
https://developers.google.com/maps/documentation/utilities/polylinealgorithm

Examples

Decode a number:

MBS("Math.PolylineDecode"; "~ps|U")

Example result: -120.20

See also

Release notes

Blog Entries

This function is free to use.

Created 31st March 2019, last changed 30th January 2023


Math.PixelToMillimeter - Math.PolylineEncode

💬 Ask a question or report a problem