Skip to content

Commit 375f974

Browse files
ambientlightmarkcowlTaras VozniukTaras Vozniuk
authored
[Hub Generated] Creator reconciliation (#16331)
* Add blockchain to latest profile * Add additional types * address review comments https://apiview.dev/Assemblies/Review/99ceeedf3dc84cc2b6652c6eba9b2431 * model validation, prettier fixes * rollback accidental legacy doc changes * resolve parameter name clashing for Description * remove the need for ExtendedGeoJsonFeatureCollection to define a descriminator by explicitly bypassing GeoJsonFeatureCollection * alias and tileset at 1.0 is not in main * leverage common's PositionLongitude/LatitudeAbbreviated for search BiasLat/Lng * address @tjprescott comments * Revert "leverage common's PositionLongitude/LatitudeAbbreviated for search BiasLat/Lng" This reverts commit 928b59e. * clarift GeofenceGeometry distance units in descriptions * remove remaining x-ms-client-flatten * renamed OutputOntology enum model name * rename StyleRuleType to RuleType to fix name collision * better StyleRule enum naming Co-authored-by: Mark Cowlishaw <markcowl@microsoft.com> Co-authored-by: Taras Vozniuk <taras.vozniuk@microsoft.com> Co-authored-by: Taras Vozniuk <tarasvozniuk@microsoft.com>
1 parent 5be67b4 commit 375f974

File tree

16 files changed

+350
-296
lines changed

16 files changed

+350
-296
lines changed

specification/maps/data-plane/Common/preview/1.0/common.json

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -156,6 +156,16 @@
156156
}
157157
}
158158
},
159+
"BoundingBox": {
160+
"x-ms-client-name": "boundingBox",
161+
"description": "Bounding box. Projection used - EPSG:3857. Format : 'minLon, minLat, maxLon, maxLat'.",
162+
"type": "array",
163+
"readOnly": true,
164+
"items": {
165+
"type": "number",
166+
"format": "double"
167+
}
168+
},
159169
"GeoJsonPosition": {
160170
"description": "A `Position` is an array of numbers with two or more elements. The first two elements are _longitude_ and _latitude_, precisely in that order. _Altitude/Elevation_ is an optional third element. Please refer to [RFC 7946](https://tools.ietf.org/html/rfc7946#section-3.1.1) for details.",
161171
"type": "array",
@@ -722,6 +732,30 @@
722732
]
723733
}
724734
},
735+
"PositionLatitudeAbbreviated": {
736+
"name": "lat",
737+
"x-ms-client-name": "Latitude",
738+
"description": "The latitude of the location being passed. Example: 48.36.",
739+
"type": "number",
740+
"in": "query",
741+
"required": true,
742+
"x-ms-parameter-location": "method",
743+
"x-ms-parameter-grouping": {
744+
"name": "position"
745+
}
746+
},
747+
"PositionLongitudeAbbreviated": {
748+
"name": "lon",
749+
"x-ms-client-name": "Longitude",
750+
"description": "The longitude of the location being passed. Example: -124.63.",
751+
"type": "number",
752+
"in": "query",
753+
"required": true,
754+
"x-ms-parameter-location": "method",
755+
"x-ms-parameter-grouping": {
756+
"name": "position"
757+
}
758+
},
725759
"xTileIndex": {
726760
"name": "x",
727761
"in": "query",

specification/maps/data-plane/Creator/preview/1.0/examples/spatial/Spatial_GetPointInPolygon.json renamed to specification/maps/data-plane/Creator/preview/1.0/examples/spatial/Spatial_EvaluatePointInPolygon.json

File renamed without changes.

0 commit comments

Comments
 (0)