Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions src/main/java/com/google/maps/internal/PolylineEncoding.java
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,9 @@
/**
* Utility class that encodes and decodes Polylines.
*
* <p>See {@url https://developers.google.com/maps/documentation/utilities/polylinealgorithm} for
* detailed description of this format.
* <p>See <a href="https://developers.google.com/maps/documentation/utilities/polylinealgorithm">
* https://developers.google.com/maps/documentation/utilities/polylinealgorithm</a> for detailed
* description of this format.
*/
public class PolylineEncoding {
/** Decodes an encoded path string into a sequence of LatLngs. */
Expand Down