getStreet() getStreet() : string Reuturns the locations street Returns string — the street of the locations address
getZipcode() getZipcode() : string Returns the locations zipcode Returns string — The zipcode of the locations address
getCity() getCity() : string Returns the city of the locations address Returns string — The city of the locations address
getRegion() getRegion() : string Returns the region of the locations address Returns string — The region of the locations address
getCountry() getCountry() : string Returns the country of the locations address Returns string — the country of the locations address
getLatitude() getLatitude() : float Returns the latitude of the locations address Returns float — The latitude of the locations address
getLongitude() getLongitude() : float Returns the longitude of the locations address Returns float — The longitude of the locations address