ReverseGeocodingQuery.ResultTypes Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Specify entity types that you want in the response. Only the types you specify will be returned. If the point cannot be mapped to the entity types you specify, no location information is returned in the response. Default value is all possible entities. A comma separated list of entity types selected from the following options.
public System.Collections.Generic.IEnumerable<Azure.Maps.Search.Models.ReverseGeocodingResultTypeEnum> ResultTypes { get; set; }
member this.ResultTypes : seq<Azure.Maps.Search.Models.ReverseGeocodingResultTypeEnum> with get, set
Public Property ResultTypes As IEnumerable(Of ReverseGeocodingResultTypeEnum)
Property Value
Applies to
Collabora con noi su GitHub
L'origine di questo contenuto è disponibile in GitHub, in cui è anche possibile creare ed esaminare i problemi e le richieste pull. Per ulteriori informazioni, vedere la guida per i collaboratori.