public LocationBuilder longitude(double longitude) {
   location.setLongitude(longitude);
   return this;
 }