@@ -98,6 +98,7 @@ public GeographicBoundingBox(double lowerLeftLatitude,
9898 * upper right latitude
9999 * @param upperRightLongitude
100100 * upper right longitude
101+ * @since 1.1.0
101102 */
102103 public GeographicBoundingBox (String lowerLeftLatitude ,
103104 String lowerLeftLongitude , String upperRightLatitude ,
@@ -121,6 +122,7 @@ public double getLowerLeftLatitude() {
121122 * Get the lower left latitude text
122123 *
123124 * @return lower left latitude text
125+ * @since 1.1.0
124126 */
125127 public String getLowerLeftLatitudeText () {
126128 return lowerLeftLatitudeText ;
@@ -142,6 +144,7 @@ public void setLowerLeftLatitude(double lowerLeftLatitude) {
142144 *
143145 * @param lowerLeftLatitude
144146 * lower left latitude
147+ * @since 1.1.0
145148 */
146149 public void setLowerLeftLatitude (String lowerLeftLatitude ) {
147150 this .lowerLeftLatitudeText = lowerLeftLatitude ;
@@ -161,6 +164,7 @@ public double getLowerLeftLongitude() {
161164 * Get the lower left longitude text
162165 *
163166 * @return lower left longitude text
167+ * @since 1.1.0
164168 */
165169 public String getLowerLeftLongitudeText () {
166170 return lowerLeftLongitudeText ;
@@ -182,6 +186,7 @@ public void setLowerLeftLongitude(double lowerLeftLongitude) {
182186 *
183187 * @param lowerLeftLongitude
184188 * lower left longitude
189+ * @since 1.1.0
185190 */
186191 public void setLowerLeftLongitude (String lowerLeftLongitude ) {
187192 this .lowerLeftLongitudeText = lowerLeftLongitude ;
@@ -201,6 +206,7 @@ public double getUpperRightLatitude() {
201206 * Set the upper right latitude text
202207 *
203208 * @return upper right latitude text
209+ * @since 1.1.0
204210 */
205211 public String getUpperRightLatitudeText () {
206212 return upperRightLatitudeText ;
@@ -222,6 +228,7 @@ public void setUpperRightLatitude(double upperRightLatitude) {
222228 *
223229 * @param upperRightLatitude
224230 * upper right latitude
231+ * @since 1.1.0
225232 */
226233 public void setUpperRightLatitude (String upperRightLatitude ) {
227234 this .upperRightLatitudeText = upperRightLatitude ;
@@ -241,6 +248,7 @@ public double getUpperRightLongitude() {
241248 * Set the upper right longitude text
242249 *
243250 * @return upper right longitude text
251+ * @since 1.1.0
244252 */
245253 public String getUpperRightLongitudeText () {
246254 return upperRightLongitudeText ;
@@ -262,6 +270,7 @@ public void setUpperRightLongitude(double upperRightLongitude) {
262270 *
263271 * @param upperRightLongitude
264272 * upper right longitude
273+ * @since 1.1.0
265274 */
266275 public void setUpperRightLongitude (String upperRightLongitude ) {
267276 this .upperRightLongitudeText = upperRightLongitude ;
0 commit comments