Blazor

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class BingMapType - Blazor API Reference | Syncfusion

    Show / Hide Table of Contents

    Class BingMapType

    Defines the types of bing map layer.

    Inheritance
    System.Object
    BingMapType
    Namespace: Syncfusion.Blazor.Maps
    Assembly: Syncfusion.Blazor.dll
    Syntax
    public sealed class BingMapType : Enum

    Fields

    Aerial

    Defines the maps to render bing map layer with aerial type.

    Declaration
    public const BingMapType Aerial
    Field Value
    Type Description
    BingMapType

    AerialWithLabel

    Defines the maps to render bing map layer with aerial with label type.

    Declaration
    public const BingMapType AerialWithLabel
    Field Value
    Type Description
    BingMapType

    CanvasDark

    Defines the maps to render a dark version of the road maps.

    Declaration
    public const BingMapType CanvasDark
    Field Value
    Type Description
    BingMapType

    CanvasGray

    Defines the maps to render a gray scale version of the road maps.

    Declaration
    public const BingMapType CanvasGray
    Field Value
    Type Description
    BingMapType

    CanvasLight

    Defines the maps to render a lighter version of the road maps.

    Declaration
    public const BingMapType CanvasLight
    Field Value
    Type Description
    BingMapType

    Road

    Defines the maps to render bing map layer with road type.

    Declaration
    public const BingMapType Road
    Field Value
    Type Description
    BingMapType

    value__

    Declaration
    public int value__
    Field Value
    Type Description
    System.Int32
    Back to top Generated by DocFX
    Copyright © 2001 - 2021 Syncfusion Inc. All Rights Reserved