Skip to content

Commit

Permalink
Added new BingMapsStyle (DefinitelyTyped#44662)
Browse files Browse the repository at this point in the history
  • Loading branch information
DrMerfy committed May 19, 2020
1 parent f62d1e6 commit 4c2a9f6
Showing 1 changed file with 11 additions and 5 deletions.
16 changes: 11 additions & 5 deletions types/cesium/index.d.ts
Expand Up @@ -10,6 +10,7 @@
// Morgan Snyder <https://github.com/morgansierrasnyder>
// Federico Giacomini <https://github.com/crocsx>
// Piotr Błażejewicz <https://github.com/peterblazejewicz>
// George Melissourgos <https://github.com/DrMerfy>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
// TypeScript Version: 3.0

Expand Down Expand Up @@ -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 {
Expand Down

0 comments on commit 4c2a9f6

Please sign in to comment.