User Tools

Site Tools


map_suite_mobile_for_ios_release_change_log_version_10.3.0

Map Suite Mobile for iOS Release Change Log Version 10.3.0

ThinkGeo.MapSuite, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null

 

namespace ThinkGeo.MapSuite.Core {

    [SerializableAttribute]

    public enum DrawingGraphicsUnit {

        World,

        Display,

        Pixel,

        Point,

        Inch,

        Document,

        Millimeter

    }

 

    [SerializableAttribute]

    public class GeoFont {

        public GeoFont(String fontName, Single size, DrawingFontStyles style, DrawingGraphicsUnit unit);

 

        public DrawingGraphicsUnit Unit { get; set; }

    }

 

    [SerializableAttribute]

    public class GoogleMapsLayer : Layer {

        [ObsoleteAttribute("Google static maps only support single tile mode. This method is obsoleted, please do not call this API.")]

        public GoogleMapsTileMode TileMode { get; set; }

    }

 

    [SerializableAttribute]

    public enum GoogleMapsTileMode {

        MultiTile

    }

 

    [SerializableAttribute]

    public class QueryTools {

        public WellKnownType GetFirstFeaturesWellKnownType();

    }

} //end of namespace ThinkGeo.MapSuite.Core

map_suite_mobile_for_ios_release_change_log_version_10.3.0.txt · Last modified: 2018/07/26 05:46 by tgwikiupdate