====== ThinkGeo.MapSuite.Mvc.ClusterMarkerStyle ====== ===== Inheritance Hierarchy ===== *System.Object *ThinkGeo.MapSuite.Mvc.MarkerStyle ***ThinkGeo.MapSuite.Mvc.ClusterMarkerStyle** ===== Members Summary ===== ==== Public Constructors ==== ** {{wiki:PublicMethod.gif|}} ClusterMarkerStyle() ** * //The default constructor for ClusterMarkerStyle class.// == Remarks == * //N/A// == Parameters ==
** {{wiki:PublicMethod.gif|}} ClusterMarkerStyle(Double,Double,Double) ** * //Create an instance of the ClusterMarkerStyle.// == Remarks == * //N/A// == Parameters == * //distance// * Type:Double * Description:Pixel distance between features that should be considered a single cluster. * //mapWidth// * Type:Double * Description:N/A * //mapHeight// * Type:Double * Description:N/A
==== Protected Constructors ==== ** {{wiki:ProtectedMethod.gif|}} ClusterMarkerStyle(Double) ** * //N/A// == Remarks == * //N/A// == Parameters == * //distance// * Type:Double * Description:N/A
==== Public Methods ==== ** {{wiki:PublicMethod.gif|}} GetMarkers(IEnumerable) ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Collection<[[ThinkGeo.MapSuite.Mvc.Marker|Marker]]> * Description:It returns a collection of markers from the features specified. == Parameters == * //features// * Type:IEnumerable<[[ThinkGeo.MapSuite.Shapes.Feature|Feature]]> * Description:The features collection
** {{wiki:PublicMethod.gif|}} ToString() ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:String * Description:N/A == Parameters ==
** {{wiki:PublicMethod.gif|}} Equals(Object) ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Boolean * Description:N/A == Parameters == * //obj// * Type:Object * Description:N/A
** {{wiki:PublicMethod.gif|}} GetHashCode() ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Int32 * Description:N/A == Parameters ==
** {{wiki:PublicMethod.gif|}} GetType() ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Type * Description:N/A == Parameters ==
===== Protected Methods ===== ** {{wiki:ProtectedMethod.gif|}} GetContextMenusCore() ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:[[ThinkGeo.MapSuite.Mvc.GeoKeyedCollection[[ThinkGeo.MapSuite.Mvc.ContextMenu, ThinkGeo.MapSuite.Mvc, Version=10.0.0.0, Culture=neutral, PublicKeyToken=0828af5241fb4207]]|GeoKeyedCollection]] * Description:N/A == Parameters ==
** {{wiki:ProtectedMethod.gif|}} GetContextMenus() ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:[[ThinkGeo.MapSuite.Mvc.GeoKeyedCollection[[ThinkGeo.MapSuite.Mvc.ContextMenu, ThinkGeo.MapSuite.Mvc, Version=10.0.0.0, Culture=neutral, PublicKeyToken=0828af5241fb4207]]|GeoKeyedCollection]] * Description:N/A == Parameters ==
** {{wiki:ProtectedMethod.gif|}} Finalize() ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Void * Description:N/A == Parameters ==
** {{wiki:ProtectedMethod.gif|}} MemberwiseClone() ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Object * Description:N/A == Parameters ==
==== Public Properties ==== ** {{wiki:PublicProperty.gif|}} DistanceInPixel ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Double ** {{wiki:PublicProperty.gif|}} MarkerStyle ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:[[ThinkGeo.MapSuite.Mvc.MarkerStyle|MarkerStyle]] ** {{wiki:PublicProperty.gif|}} MapWidth ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Double ** {{wiki:PublicProperty.gif|}} MapHeight ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Double ==== Protected Properties ==== ==== Public Events ====