Encodes a polyline using the Google polyline format as described here: https://developers.google.com/maps/documentation/utilities/polylinealgorithm Calling encode yields the characters for the next point. It does not give you the full string. To obtain the full string, loop over the polyline points and concatenate the results.
source not stored for this graph (policy: none)
nothing calls this directly
no outgoing calls
no test coverage detected