fix gps location lookup
This commit is contained in:
parent
01c58093f1
commit
17f35dbaaa
|
@ -908,7 +908,7 @@ const btnGetGps_click = () => {
|
||||||
|
|
||||||
const ZipCode = data.address.Postal;
|
const ZipCode = data.address.Postal;
|
||||||
const City = data.address.City;
|
const City = data.address.City;
|
||||||
const State = states.getStateTwoDigitCode(data.address.Region);
|
const State = states.getTwoDigitCode(data.address.Region);
|
||||||
const Country = data.address.CountryCode;
|
const Country = data.address.CountryCode;
|
||||||
const TwcQuery = `${ZipCode}, ${City}, ${State}, ${Country}`;
|
const TwcQuery = `${ZipCode}, ${City}, ${State}, ${Country}`;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue