FindNearbyCategoryName Class

Represents a localized name and description for a FindNearbyCategoryName instance (based on the culture that is associated with the instance).

Microsoft.MapPoint.LocationServer.Types

Public Class FindNearbyCategoryName Inherits System.Object
    Member of Microsoft.MapPoint.LocationServer.Types
[C#]
public class FindNearbyCategoryName : System.Object
    Member of Microsoft.MapPoint.LocationServer.Types

Remarks

A Find Nearby category can have multiple FindNearbyCategoryName instances, one for each culture that is defined. However, at least one instance of the FindNearbyCategoryName class must include the default culture for the Find Nearby category instance.

The appropriate name instance is then used to return to the user depending on the user's culture. If a FindNearbyCategoryName instance is not found for the requested culture, the default Find Nearby Category Name is returned.

For example, if a user's culture is "fr-CA" (Canadian French), the display name might be "CafeAuLait" for a coffee shop. Similarly if a user's culture is "en-US" (United States English), the display name might be "Coffee Shop".

See Also

FindNearbyCategory Class  |  FindNearbyCategoryName Members  |  Microsoft.MapPoint.LocationServer.Types