Search Results for

    Show / Hide Table of Contents

    Class MapBuilderExtensions

    Inheritance
    object
    MapBuilderExtensions
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Mapsui.Tiling.Extensions
    Assembly: Mapsui.Tiling.dll
    Syntax
    public static class MapBuilderExtensions

    Methods

    | Edit this page View Source

    WithOpenStreetMapLayer(MapBuilder, ConfigureLayer)

    Declaration
    public static MapBuilder WithOpenStreetMapLayer(this MapBuilder mapBuilder, MapBuilder.ConfigureLayer configureLayer)
    Parameters
    Type Name Description
    MapBuilder mapBuilder
    MapBuilder.ConfigureLayer configureLayer
    Returns
    Type Description
    MapBuilder
    | Edit this page View Source

    WithScaleBarWidget(MapBuilder)

    This method is here to test extended methods for widgets. It should be in the MapBuilder instead (because it can be, unlike those for the TileLayer)

    Declaration
    public static MapBuilder WithScaleBarWidget(this MapBuilder mapBuilder)
    Parameters
    Type Name Description
    MapBuilder mapBuilder
    Returns
    Type Description
    MapBuilder
    | Edit this page View Source

    WithScaleBarWidget(MapBuilder, ConfigureScaleBarWidget)

    This method is here to test extended methods for widgets. It should be in the MapBuilder instead (because it can be, unlike those for the TileLayer)

    Declaration
    public static MapBuilder WithScaleBarWidget(this MapBuilder mapBuilder, MapBuilderExtensions.ConfigureScaleBarWidget configureScaleBarWidget)
    Parameters
    Type Name Description
    MapBuilder mapBuilder
    MapBuilderExtensions.ConfigureScaleBarWidget configureScaleBarWidget
    Returns
    Type Description
    MapBuilder
    • Edit this page
    • View Source
    In this article
    Back to top Generated by DocFX