Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
This documentation is no longer available on MSDN. It is available as a CHM or PDF download. For the newest Geocoding, Imagery, Routing and Traffic services, see Bing Maps REST Services.
Contains properties that indicate the number of items in a specified category and the number of items in a specified category in specific neighborhoods.
Syntax
public class CategoryCount
Public Class CategoryCount
Constructor
Name |
Description |
|---|---|
Initializes a new instance of a CategoryCount object. |
Public Properties
Name |
Description |
|---|---|
A Category Class object specifying the category of the counted items. |
|
An int representing the number of items in the category specified in the Category property. |
|
A System.Collections.Generic.Dictionary <Neighborhood,int> object representing the number of items in the specified neighborhoods and in the category specified by the Category property. |