MapsSearchModelFactory.PointOfInterestCategory Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Initialise une nouvelle instance de PointOfInterestCategory.
public static Azure.Maps.Search.Models.PointOfInterestCategory PointOfInterestCategory (int? id = default, string name = default, System.Collections.Generic.IEnumerable<int> childIds = default, System.Collections.Generic.IEnumerable<string> synonyms = default);
static member PointOfInterestCategory : Nullable<int> * string * seq<int> * seq<string> -> Azure.Maps.Search.Models.PointOfInterestCategory
Public Shared Function PointOfInterestCategory (Optional id As Nullable(Of Integer) = Nothing, Optional name As String = Nothing, Optional childIds As IEnumerable(Of Integer) = Nothing, Optional synonyms As IEnumerable(Of String) = Nothing) As PointOfInterestCategory
Paramètres
ID unique pour la catégorie. L’ID peut être utilisé pour restreindre les résultats de la recherche à des catégories spécifiques via d’autres API de service de recherche, comme obtenir un POINT d’identification de recherche.
- name
- String
Nom de la catégorie.
- childIds
- IEnumerable<Int32>
Tableau d’ID de catégorie enfant.
- synonyms
- IEnumerable<String>
Tableau d’autres noms de la catégorie.
Retours
Une nouvelle PointOfInterestCategory instance de moqueries.
S’applique à
Azure SDK for .NET