1.0.0-beta.12 (2021-04-02)
New Features
- Added positional coordinate getter to
GeoBoundingBox
. - Overloaded
toString
forGeoBoundingBox
andGeoPosition
. - Added
getOuterRing
toGeoPolygon
. - Added
DynamicRequest
andDynamicResponse
to enable making REST API calls without a service client.
Breaking Changes
- Removed
GeoArray
from public API. - Changed
GeoBoundingBox
constructor to usedouble
instead ofDouble
when including altitude values. - Renamed
GeoLine
toGeoLineString
andGeoLineCollection
toGeoLineStringCollection
. - Changed
getCoordinates
ofGeoLineString
andGeoLinearRing
to returnList
instead ofGeoArray
. - Removed
getCoordinates
fromGeoLineStringCollection
,GeoPointCollection
,GeoPolygon
, andGeoPolygonCollection
.
Dependency Updates
- Upgraded
azure-core
from1.14.0
to1.15.0
.