OmhCustomCap

class OmhCustomCap(val bitmap: Bitmap, val refWidth: Float?) : OmhCap

OmhCustomCap is a class that represents a custom cap for a polyline on a map. A custom cap is a cap that uses a custom bitmap image. This class extends the OmhCap interface.

Constructors

Link copied to clipboard
constructor(bitmap: Bitmap, refWidth: Float?)

Properties

Link copied to clipboard

The bitmap image used for the custom cap.

Link copied to clipboard

The reference width for the custom cap. The cap scales as the zoom level changes.