setRepresentation abstract method

void setRepresentation(
  1. MapPolylineRepresentation representation
)

Changes the appearance of the MapPolyline instance.

  • representation The representation describing a new appearance of the MapPolyline.

Implementation

void setRepresentation(MapPolylineRepresentation representation);