Map<String, dynamic> toJson() { return { 'navType': navType, 'startLocation': startLocation.toJson(), 'endLocation': endLocation.toJson(), 'bottomContentH': bottomContentH, }; }