AviPlace constructor

AviPlace()

Implementation

AviPlace()
{
  latitude = 0;
  longitude = 0;
  street = "";
  number = "";
  neighborhood = "";
  state = "";
  city = "";
  country = "";
  zipCode = "";
  formattedAddress = "";
}