Limite que é um semicírculo com raio igual à metade da largura do traço, centralizado no vértice inicial ou final de um Polyline com padrão de traço sólido.
[[["Fácil de entender","easyToUnderstand","thumb-up"],["Meu problema foi resolvido","solvedMyProblem","thumb-up"],["Outro","otherUp","thumb-up"]],[["Não contém as informações de que eu preciso","missingTheInformationINeed","thumb-down"],["Muito complicado / etapas demais","tooComplicatedTooManySteps","thumb-down"],["Desatualizado","outOfDate","thumb-down"],["Problema na tradução","translationIssue","thumb-down"],["Problema com as amostras / o código","samplesCodeIssue","thumb-down"],["Outro","otherDown","thumb-down"]],["Última atualização 2025-06-13 UTC."],[[["`RoundCap` creates semicircular ends for polylines, with a radius half the stroke width."],["It's centered at the start and end points of a polyline with a solid stroke pattern."],["You can create a `RoundCap` using its default constructor `RoundCap()`."],["`RoundCap` inherits methods like `equals`, `hashCode`, and `toString` for object comparison and representation."]]],["`RoundCap`, a subclass of `Cap`, creates a semicircle at the start or end vertex of a solid-stroked `Polyline`. It has a constructor `RoundCap()` to initialize it. The class inherits constants and methods from `Cap`, `Object`, and `Parcelable`. `RoundCap` contains a public `toString()` method. Inherited methods include `equals`, `hashCode`, and methods for `Parcelable` compliance like `describeContents` and `writeToParcel`.\n"]]