{"version":3,"sources":["src/common.speech/ServiceMessages/PhraseDetection/GeoLocation.ts"],"names":[],"mappings":"AAKA;;GAEG;AACH,MAAM,WAAW,WAAW;IACxB;;OAEG;IACH,QAAQ,EAAE,MAAM,CAAC;IAEjB;;OAEG;IACH,SAAS,EAAE,MAAM,CAAC;CACrB","file":"GeoLocation.d.ts","sourcesContent":["//\n// Copyright (c) Microsoft. All rights reserved.\n// Licensed under the MIT license. See LICENSE.md file in the project root for full license information.\n//\n\n/**\n * The geo location configuration\n */\nexport interface GeoLocation {\n    /**\n     * The latitude\n     */\n    latitude: number;\n\n    /**\n     * The longitude\n     */\n    longitude: number;\n}\n"]}