class LocationItem extends React.Component {
    constructor(props) {
        super(props);

        this.remove = this.remove.bind(this);