Package com.azure.maps.weather.models
Class RadiusSector
java.lang.Object
com.azure.maps.weather.models.RadiusSector
Bearing 0–90 = NE quadrant; 90–180 = SE quadrant; 180–270 = SW quadrant; 270–360 = NW quadrant.
-
Method Summary
Modifier and TypeMethodDescriptionGet the beginBearing property: Bearing, in degrees, of the beginning of the quadrant.Get the endBearing property: Bearing, in degrees, of the end of the quadrant.Get the radius property: The radius of the quadrant, in nautical miles.
-
Method Details
-
getBeginBearing
Get the beginBearing property: Bearing, in degrees, of the beginning of the quadrant.- Returns:
- the beginBearing value.
-
getEndBearing
Get the endBearing property: Bearing, in degrees, of the end of the quadrant.- Returns:
- the endBearing value.
-
getRadius
Get the radius property: The radius of the quadrant, in nautical miles.- Returns:
- the radius value.
-