diff --git a/AzureMapsRestToolkit/AzureMapsRestToolkit/Search/SearchResult.cs b/AzureMapsRestToolkit/AzureMapsRestToolkit/Search/SearchResult.cs index c828775..675f6c5 100644 --- a/AzureMapsRestToolkit/AzureMapsRestToolkit/Search/SearchResult.cs +++ b/AzureMapsRestToolkit/AzureMapsRestToolkit/Search/SearchResult.cs @@ -50,6 +50,12 @@ public class SearchResult [JsonPropertyName("type")] public string Type { get; set; } + /// + /// Entity type property + /// + [JsonPropertyName("entityType")] + public string EntityType { get; set; } + /// /// The viewport that covers the result represented by the top-left and bottom-right coordinates of the viewport. @@ -57,4 +63,4 @@ public class SearchResult [JsonPropertyName("viewport")] public SearchResultViewport Viewport { get; set; } } -} \ No newline at end of file +}