diff --git a/sdkproject/Assets/Mapbox/Core/mapbox-sdk-cs/Geocoding/Response/Feature.cs b/sdkproject/Assets/Mapbox/Core/mapbox-sdk-cs/Geocoding/Response/Feature.cs
index c215539d2..9ee1d5eb6 100644
--- a/sdkproject/Assets/Mapbox/Core/mapbox-sdk-cs/Geocoding/Response/Feature.cs
+++ b/sdkproject/Assets/Mapbox/Core/mapbox-sdk-cs/Geocoding/Response/Feature.cs
@@ -28,6 +28,13 @@ public class Feature {
/// The type.
[JsonProperty("type")]
public string Type { get; set; }
+
+ ///
+ /// Gets or sets the types of the place.
+ ///
+ /// The types of the place.
+ [JsonProperty("place_type")]
+ public List PlaceType{ get; set; }
///
/// Gets or sets the text.