User Tools

Site Tools


map_suite_mobile_for_android_release_change_log_version_10.1.0.0

This is an old revision of the document!


Map Suite Mobile for Android Release Change Log Version 10.1.0.0

ThinkGeo.MapSuite.Android, Version=10.1.0.0, Culture=neutral, PublicKeyToken=null

 

namespace ThinkGeo.MapSuite.Android {

    public class MapView : RelativeLayout {

        public MapResizeMode MapResizeMode { get; set; }

    }

} //end of namespace ThinkGeo.MapSuite.Android

 

 

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

 

namespace ThinkGeo.MapSuite {

    public static class ExtendedHelper {

        public static Collection<Feature> BuildFourColorColumn(String columnName, Collection<Feature> features);

    }

} //end of namespace ThinkGeo.MapSuite

 

namespace ThinkGeo.MapSuite.Layers {

    [SerializableAttribute]

    public class GridFeatureSource : FeatureSource {

        protected override Collection<Feature> GetFeaturesForDrawingCore(RectangleShape boundingBox, Double screenWidth, Double screenHeight, IEnumerable<String> returningColumnNames);

    }

 

    public enum WmtsAxisOrder {

        XY,

        YX

    }

 

    [SerializableAttribute]

    public class WmtsLayer : Layer {

        public WmtsAxisOrder AxisOrder { get; set; }

 

        [ObsoleteAttribute("This method is obsoleted. This API is only used internally and will be replaced by new API in the near future.  Please do not call this API.")]

        [ObsoleteAttribute("This method is obsoleted. This API is only used internally and will be replaced by a new API in the near future.  Please do not call this API.")]

        protected override ThreadSafetyLevel GetThreadSafetyLevelCore();

    }

} //end of namespace ThinkGeo.MapSuite.Layers

 

 

map_suite_mobile_for_android_release_change_log_version_10.1.0.0.1498034473.txt.gz · Last modified: 2017/06/21 08:41 by tgwikiupdate