better visual coherence
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
import 'dart:developer';
|
||||
|
||||
import 'package:anyway/constants.dart';
|
||||
import 'package:anyway/modules/themed_marker.dart';
|
||||
import 'package:anyway/modules/landmark_map_marker.dart';
|
||||
import 'package:anyway/structs/landmark.dart';
|
||||
import 'package:anyway/structs/trip.dart';
|
||||
import 'package:flutter/material.dart';
|
||||
@@ -37,7 +37,7 @@ class _NewTripMapState extends State<NewTripMap> {
|
||||
uuid: 'pending',
|
||||
name: 'start',
|
||||
location: [location.latitude, location.longitude],
|
||||
type: start
|
||||
type: typeStart
|
||||
)
|
||||
);
|
||||
}
|
||||
|
Reference in New Issue
Block a user