Blazor

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

    Show / Hide Table of Contents

    Class StaticMapType

    Defines the types of maps with the Google static layer type.

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

    Fields

    Hybrid

    Specifies the maps to render the google map with hybrid type.

    Declaration
    public const StaticMapType Hybrid
    Field Value
    Type Description
    StaticMapType

    RoadMap

    Specifies the maps to render google map layer with road map type.

    Declaration
    public const StaticMapType RoadMap
    Field Value
    Type Description
    StaticMapType

    Satellite

    Specifies the maps to render google map layer with satellite type.

    Declaration
    public const StaticMapType Satellite
    Field Value
    Type Description
    StaticMapType

    Terrain

    Specifies the maps to render google map layer with terrain type.

    Declaration
    public const StaticMapType Terrain
    Field Value
    Type Description
    StaticMapType

    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