Ejemplo n.º 1
0
        private ResponseGeocodingGeoJsonFeature(string Type, ResponseGeocodingGeometry Geometry, ResponseGeocodingProperties Properties)
        {
            this.Type = Type;

            this.Geometry = Geometry;

            this.Properties = Properties;
        }
Ejemplo n.º 2
0
 /// <summary>
 /// Sets value for ResponseGeocodingGeoJsonFeature.Properties property.
 /// </summary>
 /// <param name="value">Properties</param>
 public ResponseGeocodingGeoJsonFeatureBuilder Properties(ResponseGeocodingProperties value)
 {
     _Properties = value;
     return(this);
 }