ThinkGeo Cloud
ThinkGeo UI Controls
ThinkGeo Open Source
Help and Support
External Resources
ThinkGeo Cloud
ThinkGeo UI Controls
ThinkGeo Open Source
Help and Support
External Resources
This is an old revision of the document!
Represents a MarkerOverlay object that dynamically creates markers from the InMemory features.
N/A
N/A
InMemoryMarkerOverlay(String,IEnumerable<String>)
Initialize an instance of the InMemoryMarkerOverlay class.
N/A
InMemoryMarkerOverlay(String,IEnumerable<FeatureSourceColumn>)
Initialize an instance of the InMemoryMarkerOverlay class.
N/A
N/A
N/A
N/A
N/A
N/A
N/A
GetMarkersCore(RectangleShape,Int32)
Returns a collection of markers based on the extent and zoomlevel that you passed in.
N/A
N/A
N/A
N/A
N/A
OnClick(MarkerOverlayClickEventArgs)
N/A
N/A
N/A
N/A
N/A
N/A
N/A
N/A
N/A
N/A
Gets the collection of FeatureSourceColumns that is the column definition of the feature data.
N/A
Gets or sets the grid size in screen coordinate to suppress markers in current Viewport.
Current ViewPort will be split into several cells by FilterGridSize, one cell will contains only one marker in it, in another word, markers which are near too close will be removed. if the value is greater than 0, this function will be enabled.
Gets a FeatureSource object by which you can perform queries on the features in the overlay.
N/A
Gets the ZoomLevelSet object that controls the markers' generation.
N/A
N/A
N/A
N/A
N/A
N/A
N/A
N/A
N/A
N/A
N/A
N/A
N/A
N/A
N/A
Event Arguments:EventArgs