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: 9.5   10.0   10.1   10.2   10.3   10.4   10.5   11.0   11.1   11.2    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

Created 31st March 2019, last changed 31st March 2019


Math.PixelToMillimeter - Math.PolylineEncode

Feedback: Report problem or ask question.