diff --git a/types/openlayers/index.d.ts b/types/openlayers/index.d.ts index efb79ed942..3d62c4262c 100644 --- a/types/openlayers/index.d.ts +++ b/types/openlayers/index.d.ts @@ -14503,6 +14503,13 @@ declare module olx { maxLines?: number; strokeStyle?: ol.style.Stroke; targetSize?: number; + showLabels?: boolean; + lonLabelFormatter?: ((lon: number) => string); + latLabelFormatter?: ((lat: number) => string); + lonLabelPosition?: number; + latLabelPosition?: number; + lonLabelStyle?: ol.style.Text; + latLabelStyle?: ol.style.Text; }