Safe Haskell | Safe-Inferred |
---|---|
Language | Haskell98 |
Pure module for encoding and decoding Google Polyline format as specified in https://developers.google.com/maps/documentation/utilities/polylinealgorithm
Documentation
encodeline :: [Point] -> String Source
encodeunsigned :: Int -> String Source
decodeline :: String -> [Point] Source
decodeunsigned :: String -> Int Source