Interface gmfProfileOptions

interface gmfProfileOptions {
    hoverPointStyle: StyleLike;
    numberOfPoints: number;
}

Properties

hoverPointStyle: StyleLike

The hover point style.

numberOfPoints: number

Maximum limit of points to request.