Search Results for

    Show / Hide Table of Contents

    Interface IRuntimeMapInfo3

    Describes the structure of a Runtime Map. Based on RuntimeMap v4.0.0 schema

    Inherited Members
    IRuntimeMapInfo2.TileSetDefinition
    IRuntimeMapInfo2.TileWidth
    IRuntimeMapInfo2.TileHeight
    IRuntimeMapInfo.SiteVersion
    IRuntimeMapInfo.Name
    IRuntimeMapInfo.MapDefinition
    IRuntimeMapInfo.BackgroundColor
    IRuntimeMapInfo.DisplayDpi
    IRuntimeMapInfo.IconMimeType
    IRuntimeMapInfo.CoordinateSystem
    IRuntimeMapInfo.Extents
    IRuntimeMapInfo.Layers
    IRuntimeMapInfo.Groups
    IRuntimeMapInfo.FiniteDisplayScales
    Namespace: OSGeo.MapGuide.ObjectModels.RuntimeMap
    Assembly: OSGeo.MapGuide.ObjectModels.dll
    Syntax
    public interface IRuntimeMapInfo3 : IRuntimeMapInfo2, IRuntimeMapInfo

    Properties

    | Improve this Doc View Source

    TileFormat

    The tile content format

    Declaration
    string TileFormat { get; set; }
    Property Value
    Type Description
    System.String
    | Improve this Doc View Source

    TilePixelRatio

    The tile pixel ratio for retina tiles

    Declaration
    int TilePixelRatio { get; set; }
    Property Value
    Type Description
    System.Int32
    | Improve this Doc View Source

    TileSetProvider

    The provider for the Tile Set Definition

    Declaration
    string TileSetProvider { get; set; }
    Property Value
    Type Description
    System.String
    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2009 - 2022 Jackie Ng