geocode(address, locationData.magicKey, (err, res) => {
        if (err) {
          return callback(err)
        } else {
          location.coordinate(res)