Components | All | New | MacOS | Windows | Linux | iOS | ||||
Examples | Mac & Win | Server | Client | Guides | Statistic | FMM | Blog | Deprecated | Old |
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
- Version 9.2
- Added Math.PolylineEncode and Math.PolylineDecode functions for Google's Encoded Polyline Algorithm Format.
Blog Entries
- Was gibt es neues bei MBS Version 9.2
- MBS FileMaker Plugin, version 9.2pr1
- Encoded Polyline Algorithm Format
This function is free to use.
Created 31st March 2019, last changed 30th January 2023