Location
This is the location module, it contains countryName, countryCode, city, longitude, latitude
CountryName
Section titled “CountryName”dunna.location.countryName() returns a random country name
dunna.countryName();CountryCode
Section titled “CountryCode”dunna.location.countryCode() returns a random country code
dunna.countryCode();dunna.location.city() returns a random city
dunna.city();Longitude
Section titled “Longitude”dunna.location.lng() returns a random longitude
dunna.lng();Latitude
Section titled “Latitude”dunna.location.lat() returns a random latitude
dunna.lat();