@@ -114,13 +114,13 @@ internal AddressCountryRegion() { }
114114 public string Iso { get { throw null ; } }
115115 public string Name { get { throw null ; } }
116116 }
117- public partial class Boundary : Azure . Maps . Search . Models . GeoJsonFeature
117+ public partial class Boundary
118118 {
119119 internal Boundary ( ) { }
120- public string Copyright { get { throw null ; } }
121- public string CopyrightUrl { get { throw null ; } }
122- public System . Collections . Generic . IReadOnlyList < Azure . Maps . Search . Models . GeometryCopyright > GeometriesCopyright { get { throw null ; } }
123- public string Name { get { throw null ; } }
120+ public string FeatureType { get { throw null ; } }
121+ public Azure . Core . GeoJson . GeoCollection Geometry { get { throw null ; } }
122+ public string Id { get { throw null ; } }
123+ public Azure . Maps . Search . Models . BoundaryProperties Properties { get { throw null ; } }
124124 }
125125 public partial class BoundaryProperties
126126 {
@@ -229,8 +229,8 @@ internal ErrorDetail() { }
229229 public partial class FeaturesItem
230230 {
231231 internal FeaturesItem ( ) { }
232- public System . Collections . Generic . IReadOnlyList < double > BoundingBox { get { throw null ; } }
233- public Azure . Maps . Search . Models . GeoJsonPoint Geometry { get { throw null ; } }
232+ public Azure . Core . GeoJson . GeoBoundingBox BoundingBox { get { throw null ; } }
233+ public Azure . Core . GeoJson . GeoPoint Geometry { get { throw null ; } }
234234 public string Id { get { throw null ; } }
235235 public Azure . Maps . Search . Models . FeaturesItemProperties Properties { get { throw null ; } }
236236 public Azure . Maps . Search . Models . FeatureTypeEnum ? Type { get { throw null ; } }
@@ -265,7 +265,7 @@ public partial class GeocodePointsItem
265265 {
266266 internal GeocodePointsItem ( ) { }
267267 public Azure . Maps . Search . Models . CalculationMethodEnum ? CalculationMethod { get { throw null ; } }
268- public Azure . Maps . Search . Models . GeoJsonPoint Geometry { get { throw null ; } }
268+ public Azure . Core . GeoJson . GeoPoint Geometry { get { throw null ; } }
269269 public System . Collections . Generic . IReadOnlyList < Azure . Maps . Search . Models . UsageTypeEnum > UsageTypes { get { throw null ; } }
270270 }
271271 public partial class GeocodingBatchRequestItem
@@ -331,38 +331,6 @@ internal GeocodingResponse() { }
331331 public string NextLink { get { throw null ; } }
332332 public Azure . Maps . Search . Models . FeatureCollectionEnum ? Type { get { throw null ; } }
333333 }
334- public partial class GeoJsonFeature : Azure . Maps . Search . Models . GeoJsonObject
335- {
336- internal GeoJsonFeature ( ) { }
337- public string FeatureType { get { throw null ; } }
338- public Azure . Maps . Search . Models . GeoJsonGeometry Geometry { get { throw null ; } }
339- public string Id { get { throw null ; } }
340- public object Properties { get { throw null ; } }
341- }
342- public partial class GeoJsonGeometry : Azure . Maps . Search . Models . GeoJsonObject
343- {
344- internal GeoJsonGeometry ( ) { }
345- }
346- public partial class GeoJsonGeometryCollection : Azure . Maps . Search . Models . GeoJsonGeometry
347- {
348- internal GeoJsonGeometryCollection ( ) { }
349- public System . Collections . Generic . IReadOnlyList < Azure . Maps . Search . Models . GeoJsonGeometry > Geometries { get { throw null ; } }
350- }
351- public abstract partial class GeoJsonObject
352- {
353- protected GeoJsonObject ( ) { }
354- public System . Collections . Generic . IReadOnlyList < double > BoundingBox { get { throw null ; } }
355- }
356- public partial class GeoJsonPoint : Azure . Maps . Search . Models . GeoJsonGeometry
357- {
358- internal GeoJsonPoint ( ) { }
359- public System . Collections . Generic . IReadOnlyList < double > Coordinates { get { throw null ; } }
360- }
361- public partial class GeoJsonPolygon : Azure . Maps . Search . Models . GeoJsonGeometry
362- {
363- internal GeoJsonPolygon ( ) { }
364- public System . Collections . Generic . IReadOnlyList < System . Collections . Generic . IList < System . Collections . Generic . IList < double > > > Coordinates { get { throw null ; } }
365- }
366334 public partial class GeometryCopyright
367335 {
368336 internal GeometryCopyright ( ) { }
@@ -394,9 +362,7 @@ public static partial class MapsSearchModelFactory
394362 public static Azure . Maps . Search . Models . BoundaryProperties BoundaryProperties ( string name = null , string copyright = null , string copyrightUrl = null , System . Collections . Generic . IEnumerable < Azure . Maps . Search . Models . GeometryCopyright > geometriesCopyright = null ) { throw null ; }
395363 public static Azure . Maps . Search . Models . ErrorAdditionalInfo ErrorAdditionalInfo ( string type = null , object info = null ) { throw null ; }
396364 public static Azure . Maps . Search . Models . ErrorDetail ErrorDetail ( string code = null , string message = null , string target = null , System . Collections . Generic . IEnumerable < Azure . Maps . Search . Models . ErrorDetail > details = null , System . Collections . Generic . IEnumerable < Azure . Maps . Search . Models . ErrorAdditionalInfo > additionalInfo = null ) { throw null ; }
397- public static Azure . Maps . Search . Models . FeaturesItem FeaturesItem ( Azure . Maps . Search . Models . FeatureTypeEnum ? type = default ( Azure . Maps . Search . Models . FeatureTypeEnum ? ) , string id = null , Azure . Maps . Search . Models . FeaturesItemProperties properties = null , Azure . Maps . Search . Models . GeoJsonPoint geometry = null , System . Collections . Generic . IEnumerable < double > boundingBox = null ) { throw null ; }
398365 public static Azure . Maps . Search . Models . FeaturesItemProperties FeaturesItemProperties ( string type = null , Azure . Maps . Search . Models . ConfidenceEnum ? confidence = default ( Azure . Maps . Search . Models . ConfidenceEnum ? ) , System . Collections . Generic . IEnumerable < Azure . Maps . Search . Models . MatchCodesEnum > matchCodes = null , Azure . Maps . Search . Models . Address address = null , System . Collections . Generic . IEnumerable < Azure . Maps . Search . Models . GeocodePointsItem > geocodePoints = null ) { throw null ; }
399- public static Azure . Maps . Search . Models . GeocodePointsItem GeocodePointsItem ( Azure . Maps . Search . Models . GeoJsonPoint geometry = null , Azure . Maps . Search . Models . CalculationMethodEnum ? calculationMethod = default ( Azure . Maps . Search . Models . CalculationMethodEnum ? ) , System . Collections . Generic . IEnumerable < Azure . Maps . Search . Models . UsageTypeEnum > usageTypes = null ) { throw null ; }
400366 public static Azure . Maps . Search . Models . GeocodingBatchResponse GeocodingBatchResponse ( Azure . Maps . Search . Models . GeocodingBatchResponseSummary summary = null , System . Collections . Generic . IEnumerable < Azure . Maps . Search . Models . GeocodingBatchResponseItem > batchItems = null , string nextLink = null ) { throw null ; }
401367 public static Azure . Maps . Search . Models . GeocodingBatchResponseItem GeocodingBatchResponseItem ( string optionalId = null , Azure . Maps . Search . Models . FeatureCollectionEnum ? type = default ( Azure . Maps . Search . Models . FeatureCollectionEnum ? ) , System . Collections . Generic . IEnumerable < Azure . Maps . Search . Models . FeaturesItem > features = null , string nextLink = null , Azure . Maps . Search . Models . ErrorDetail error = null ) { throw null ; }
402368 public static Azure . Maps . Search . Models . GeocodingBatchResponseSummary GeocodingBatchResponseSummary ( int ? successfulRequests = default ( int ? ) , int ? totalRequests = default ( int ? ) ) { throw null ; }
@@ -505,10 +471,6 @@ public ReverseGeocodingQuery() { }
505471 public static bool operator != ( Azure . Maps . Search . Models . ReverseGeocodingResultTypeEnum left , Azure . Maps . Search . Models . ReverseGeocodingResultTypeEnum right ) { throw null ; }
506472 public override string ToString ( ) { throw null ; }
507473 }
508- public partial class UnknownGeoJsonObject : Azure . Maps . Search . Models . GeoJsonObject
509- {
510- internal UnknownGeoJsonObject ( ) { }
511- }
512474 [ System . Runtime . InteropServices . StructLayoutAttribute ( System . Runtime . InteropServices . LayoutKind . Sequential ) ]
513475 public readonly partial struct UsageTypeEnum : System . IEquatable < Azure . Maps . Search . Models . UsageTypeEnum >
514476 {
0 commit comments