File tree Expand file tree Collapse file tree 1 file changed +36
-3
lines changed
specification/maps/data-plane/Search/preview/1.0 Expand file tree Collapse file tree 1 file changed +36
-3
lines changed Original file line number Diff line number Diff line change 24382438 "readOnly" : true
24392439 },
24402440 "boundingBox" : {
2441- "description" : " Bounding box coordinates." ,
2442- "type" : " object" ,
2443- "readOnly" : true
2441+ "$ref" : " #/definitions/BoundingBoxCompassNotation"
24442442 }
24452443 }
24462444 },
24722470 }
24732471 }
24742472 },
2473+ "BoundingBoxCompassNotation" : {
2474+ "description" : " The bounding box of the location." ,
2475+ "type" : " object" ,
2476+ "readOnly" : true ,
2477+ "properties" : {
2478+ "northEast" : {
2479+ "description" : " North-east (top-left) latitude,longitude coordinate of the bounding box as comma-separated floats" ,
2480+ "type" : " string" ,
2481+ "readOnly" : true
2482+ },
2483+ "southWest" : {
2484+ "description" : " South-west (bottom-right) latitude,longitude coordinate of the bounding box as comma-separated floats" ,
2485+ "type" : " string" ,
2486+ "readOnly" : true
2487+ },
2488+ "entity" : {
2489+ "description" : " Entity type source of the bounding box. For reverse-geocoding this is always equal to position." ,
2490+ "type" : " string" ,
2491+ "readOnly" : true ,
2492+ "enum" : [
2493+ " position"
2494+ ],
2495+ "x-ms-enum" : {
2496+ "name" : " Entity" ,
2497+ "modelAsString" : true ,
2498+ "values" : [
2499+ {
2500+ "value" : " position" ,
2501+ "description" : " Position entity"
2502+ }
2503+ ]
2504+ }
2505+ }
2506+ }
2507+ },
24752508 "EntryPoint" : {
24762509 "description" : " The entry point for the POI being returned." ,
24772510 "type" : " object" ,
You can’t perform that action at this time.
0 commit comments