This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision | |||
|
thinkgeo.mapsuite.mvcedition.pointmarkerstyle [2015/09/22 08:36] admin |
— (current) | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| - | ====== ThinkGeo.MapSuite.MvcEdition.PointMarkerStyle ====== | ||
| - | Represents the ordinary marker style. | ||
| - | ===== Inheritance Hierarchy ===== | ||
| - | *System.Object | ||
| - | *ThinkGeo.MapSuite.MvcEdition.MarkerStyle | ||
| - | ***ThinkGeo.MapSuite.MvcEdition.PointMarkerStyle** | ||
| - | ===== Members Summary ===== | ||
| - | ==== Public Constructors ==== | ||
| - | ** {{wiki:PublicMethod.gif|}} PointMarkerStyle() ** | ||
| - | |||
| - | * //Initialize an instance of the PointMarkerStyle class.// | ||
| - | == Remarks == | ||
| - | * //N/A// | ||
| - | == Parameters == | ||
| - | <div newline></div> | ||
| - | ** {{wiki:PublicMethod.gif|}} PointMarkerStyle(WebImage) ** | ||
| - | |||
| - | * //Initialize an instance of the PointMarkerStyle class.// | ||
| - | == Remarks == | ||
| - | * //N/A// | ||
| - | == Parameters == | ||
| - | * //webImage// | ||
| - | * Type:[[ThinkGeo.MapSuite.MvcEdition.WebImage|WebImage]] | ||
| - | * Description:The small image that the marker displays. | ||
| - | |||
| - | <div newline></div> | ||
| - | ** {{wiki:PublicMethod.gif|}} PointMarkerStyle(WebImage,CustomPopup) ** | ||
| - | |||
| - | * //Initialize an instance of the PointMarkerStyle class.// | ||
| - | == Remarks == | ||
| - | * //N/A// | ||
| - | == Parameters == | ||
| - | * //webImage// | ||
| - | * Type:[[ThinkGeo.MapSuite.MvcEdition.WebImage|WebImage]] | ||
| - | * Description:The small image that the marker displays. | ||
| - | |||
| - | * //popup// | ||
| - | * Type:[[ThinkGeo.MapSuite.MvcEdition.CustomPopup|CustomPopup]] | ||
| - | * Description:The popup window that appears when the mouse pointer is over the marker. | ||
| - | |||
| - | <div newline></div> | ||
| - | ** {{wiki:PublicMethod.gif|}} PointMarkerStyle(WebImage,CustomPopup,ContextMenu) ** | ||
| - | |||
| - | * //Initialize an instance of the PointMarkerStyle class.// | ||
| - | == Remarks == | ||
| - | * //N/A// | ||
| - | == Parameters == | ||
| - | * //webImage// | ||
| - | * Type:[[ThinkGeo.MapSuite.MvcEdition.WebImage|WebImage]] | ||
| - | * Description:The small image that the marker displays. | ||
| - | |||
| - | * //popup// | ||
| - | * Type:[[ThinkGeo.MapSuite.MvcEdition.CustomPopup|CustomPopup]] | ||
| - | * Description:The popup window that appears when the mouse pointer is over the marker. | ||
| - | |||
| - | * //contextMenu// | ||
| - | * Type:[[ThinkGeo.MapSuite.MvcEdition.ContextMenu|ContextMenu]] | ||
| - | * Description:The context menu that appears when you right-click on the marker. | ||
| - | |||
| - | <div newline></div> | ||
| - | ==== Protected Constructors ==== | ||
| - | ==== Public Methods ==== | ||
| - | ** {{wiki:PublicMethod.gif|}} GetMarkers(IEnumerable<Feature>) ** | ||
| - | |||
| - | * //Returns a collection of markers that are created with specific styles from the features passed in.// | ||
| - | == Remarks == | ||
| - | * //N/A// | ||
| - | |||
| - | == Return Value == | ||
| - | * Type:Collection<[[ThinkGeo.MapSuite.MvcEdition.Marker|Marker]]> | ||
| - | * Description:N/A | ||
| - | |||
| - | == Parameters == | ||
| - | * //features// | ||
| - | * Type:IEnumerable<[[ThinkGeo.MapSuite.Core.Feature|Feature]]> | ||
| - | * Description:A collection of features that the markers are created from. | ||
| - | |||
| - | <div newline></div> | ||
| - | ** {{wiki:PublicMethod.gif|}} ToString() ** | ||
| - | |||
| - | * //N/A// | ||
| - | == Remarks == | ||
| - | * //N/A// | ||
| - | |||
| - | == Return Value == | ||
| - | * Type:String | ||
| - | * Description:N/A | ||
| - | |||
| - | == Parameters == | ||
| - | <div newline></div> | ||
| - | ** {{wiki:PublicMethod.gif|}} Equals(Object) ** | ||
| - | |||
| - | * //N/A// | ||
| - | == Remarks == | ||
| - | * //N/A// | ||
| - | |||
| - | == Return Value == | ||
| - | * Type:Boolean | ||
| - | * Description:N/A | ||
| - | |||
| - | == Parameters == | ||
| - | * //obj// | ||
| - | * Type:Object | ||
| - | * Description:N/A | ||
| - | |||
| - | <div newline></div> | ||
| - | ** {{wiki:PublicMethod.gif|}} GetHashCode() ** | ||
| - | |||
| - | * //N/A// | ||
| - | == Remarks == | ||
| - | * //N/A// | ||
| - | |||
| - | == Return Value == | ||
| - | * Type:Int32 | ||
| - | * Description:N/A | ||
| - | |||
| - | == Parameters == | ||
| - | <div newline></div> | ||
| - | ** {{wiki:PublicMethod.gif|}} GetType() ** | ||
| - | |||
| - | * //N/A// | ||
| - | == Remarks == | ||
| - | * //N/A// | ||
| - | |||
| - | == Return Value == | ||
| - | * Type:Type | ||
| - | * Description:N/A | ||
| - | |||
| - | == Parameters == | ||
| - | <div newline></div> | ||
| - | ==== Protected Methods ==== | ||
| - | ** {{wiki:ProtectedMethod.gif|}} GetContextMenusCore() ** | ||
| - | |||
| - | * //Gets a collection of context menus that are associated with the MarkerStyle.// | ||
| - | == Remarks == | ||
| - | * //N/A// | ||
| - | |||
| - | == Return Value == | ||
| - | * Type:[[ThinkGeo.MapSuite.MvcEdition.GeoKeyedCollection<T>[[ThinkGeo.MapSuite.MvcEdition.ContextMenu, MvcEdition, Version=9.0.0.0, Culture=neutral, PublicKeyToken=null]]|GeoKeyedCollection<T>]] | ||
| - | * Description:A collection of context menus that are associated with the MarkerStyle. | ||
| - | |||
| - | == Parameters == | ||
| - | <div newline></div> | ||
| - | ** {{wiki:ProtectedMethod.gif|}} LxU=() ** | ||
| - | |||
| - | * //N/A// | ||
| - | == Remarks == | ||
| - | * //N/A// | ||
| - | |||
| - | == Return Value == | ||
| - | * Type:[[ThinkGeo.MapSuite.MvcEdition.GeoKeyedCollection<T>[[ThinkGeo.MapSuite.MvcEdition.ContextMenu, MvcEdition, Version=9.0.0.0, Culture=neutral, PublicKeyToken=null]]|GeoKeyedCollection<T>]] | ||
| - | * Description:N/A | ||
| - | |||
| - | == Parameters == | ||
| - | <div newline></div> | ||
| - | ** {{wiki:ProtectedMethod.gif|}} Finalize() ** | ||
| - | |||
| - | * //N/A// | ||
| - | == Remarks == | ||
| - | * //N/A// | ||
| - | |||
| - | == Return Value == | ||
| - | * Type:Void | ||
| - | * Description:N/A | ||
| - | |||
| - | == Parameters == | ||
| - | <div newline></div> | ||
| - | ** {{wiki:ProtectedMethod.gif|}} MemberwiseClone() ** | ||
| - | |||
| - | * //N/A// | ||
| - | == Remarks == | ||
| - | * //N/A// | ||
| - | |||
| - | == Return Value == | ||
| - | * Type:Object | ||
| - | * Description:N/A | ||
| - | |||
| - | == Parameters == | ||
| - | <div newline></div> | ||
| - | ==== Public Properties ==== | ||
| - | ** {{wiki:PublicProperty.gif|}} Popup ** | ||
| - | |||
| - | Gets or sets the popup object that displays when the mouse pointer is over a marker. | ||
| - | == Remarks == | ||
| - | N/A | ||
| - | == Return Value == | ||
| - | * Type:[[ThinkGeo.MapSuite.MvcEdition.CustomPopup|CustomPopup]] | ||
| - | |||
| - | ** {{wiki:PublicProperty.gif|}} PopupDelay ** | ||
| - | |||
| - | Gets or sets a value indicating the interval that should elapse between when the mouse moves over the marker and when its popup window displays. | ||
| - | == Remarks == | ||
| - | The PopupDelay value is counted in milliseconds. If it is set to 500, the popup will display 500ms after the mouse pointer hovers over the marker. | ||
| - | == Return Value == | ||
| - | * Type:Int32 | ||
| - | |||
| - | ** {{wiki:PublicProperty.gif|}} WebImage ** | ||
| - | |||
| - | Gets or sets the small image that the marker displays as its icon. | ||
| - | == Remarks == | ||
| - | N/A | ||
| - | == Return Value == | ||
| - | * Type:[[ThinkGeo.MapSuite.MvcEdition.WebImage|WebImage]] | ||
| - | |||
| - | ** {{wiki:PublicProperty.gif|}} ContextMenu ** | ||
| - | |||
| - | Gets or sets a context menu object that displays when you right-click on the marker. | ||
| - | == Remarks == | ||
| - | N/A | ||
| - | == Return Value == | ||
| - | * Type:[[ThinkGeo.MapSuite.MvcEdition.ContextMenu|ContextMenu]] | ||
| - | |||
| - | ** {{wiki:PublicProperty.gif|}} Opacity ** | ||
| - | |||
| - | Gets or sets a float value between 0 and 1 that indicates the transparency level of the marker. | ||
| - | == Remarks == | ||
| - | The Opacity property enables you to specify a level of transparency for the marker. When this property is set to a value less than 100 percent (1.00), the entire overlay is made more transparent. Setting this property to a value of 0 percent (0.00) makes the marker completely invisible. | ||
| - | == Return Value == | ||
| - | * Type:Single | ||
| - | |||
| - | ==== Protected Properties ==== | ||
| - | ==== Public Events ==== | ||
8501 Wade Blvd Ste 550
Frisco, TX 75034
United States
sales@thinkgeo.com
1-785-727-4133
Online Store
- Desktop
WPF
WinForms
- Web
WebAPI HTML5/JavaScript
ASP.NET MVC
WebForms with AJAX
- Mobile
iOS
Android™
World Street
World Imagery
Routing
Geocoding
Reverse Geocoding
Elevation
Quick Start Guides
Documentation
Blogs
Discussion Forums
Customer Portal
About Us
News & Announcemets
Privacy Policy
Copyright 2003-2017 ThinkGeo LLC.
All rights reserved.