From 4c2a9f67f5638a3a0c092eab77e75fb20f535582 Mon Sep 17 00:00:00 2001 From: George Melissourgos <21154979+DrMerfy@users.noreply.github.com> Date: Tue, 19 May 2020 20:50:00 +0300 Subject: [PATCH] Added new BingMapsStyle (#44662) --- types/cesium/index.d.ts | 16 +++++++++++----- 1 file changed, 11 insertions(+), 5 deletions(-) diff --git a/types/cesium/index.d.ts b/types/cesium/index.d.ts index 4003684e7a9c05..be413e74464e06 100644 --- a/types/cesium/index.d.ts +++ b/types/cesium/index.d.ts @@ -10,6 +10,7 @@ // Morgan Snyder // Federico Giacomini // Piotr Błażejewicz +// George Melissourgos // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped // TypeScript Version: 3.0 @@ -5956,11 +5957,16 @@ declare namespace Cesium { } enum BingMapsStyle { - AERIAL, - AERIAL_WITH_LABELS, - ROAD, - ORDNANCE_SURVEY, - COLLINS_BART, + AERIAL = "Aerial", + AERIAL_WITH_LABELS = "AerialWithLabels", + AERIAL_WITH_LABELS_ON_DEMAND = "AerialWithLabelsOnDemand", + ROAD= "Road", + ROAD_ON_DEMAND= "RoadOnDemand", + CANVAS_DARK= "CanvasDark", + CANVAS_LIGHT= "CanvasLight", + CANVAS_GRAY= "CanvasGray", + ORDNANCE_SURVEY= "OrdnanceSurvey", + COLLINS_BART= "CollinsBart", } enum BlendEquation {