Skip to content

Commit

Permalink
Deprecate GeoLocationUtils
Browse files Browse the repository at this point in the history
All methods in `GeoLocationUtils` are available in `GeoLocation`. This
class that duplicates that code will be removed in a future release.
  • Loading branch information
BehindTheMath committed Dec 3, 2020
1 parent 148a939 commit e20e69d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/util/GeoLocationUtils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,9 @@ import { MathUtils } from '../polyfills/Utils';
* Most of the code in this class is ported from <a href="http://www.movable-type.co.uk/">Chris Veness'</a>
* <a href="http://www.fsf.org/licensing/licenses/lgpl.html">LGPL</a> Javascript Implementation
*
* @author &copy; Eliyahu Hershfeld 2009 - 2019
* @author &copy; Eliyahu Hershfeld 2009 - 2020
* @deprecated All methods in this class are available in the {@link GeoLocation} class, and this class that duplicates that
* code will be removed in a future release.
*/
export class GeoLocationUtils {
/**
Expand Down

0 comments on commit e20e69d

Please sign in to comment.