public final class

JointType

extends Object
java.lang.Object
   ↳ com.google.android.gms.maps.model.JointType

Class Overview

Joint types for Polyline and outline of Polygon.

Summary

Constants
int BEVEL Flat bevel on the outside of the joint.
int DEFAULT Default: Mitered joint, with fixed pointed extrusion equal to half the stroke width on the outside of the joint.
int ROUND Rounded on the outside of the joint by an arc of radius equal to half the stroke width, centered at the vertex.
[Expand]
Inherited Methods
From class java.lang.Object

Constants

public static final int BEVEL

Flat bevel on the outside of the joint.

Constant Value: 1 (0x00000001)

public static final int DEFAULT

Default: Mitered joint, with fixed pointed extrusion equal to half the stroke width on the outside of the joint.

Constant Value: 0 (0x00000000)

public static final int ROUND

Rounded on the outside of the joint by an arc of radius equal to half the stroke width, centered at the vertex.

Constant Value: 2 (0x00000002)