class RideRoute { double lat; double lng; int order; String address; String placeId; RideRoute({this.lat, this.lng, this.order, this.address, this.placeId})