IMapDataAdapter Properties
If implemented by a class, provides methods required for a VectorItemsLayer to operate with data.Name | Description |
---|---|
Clusterer | Gets or sets the clusterer used to clusterize map items. |
Count | Gets the number of items in the data adapter. |
DefaultMapItemType | Specifies the type of map items to be used by default when generating items from a data source. |
IsReady | Returns a value indicating whether or not all data has been loaded for the data adapter and thus, the data adapter is ready for rendering. |
Items | Provides access to the collection of data adapter items. |
SourceItems | Returns a source collection of MapItem objects. |
See Also