BASE: Imlement Localization In Auth.
This commit is contained in:
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
@@ -31,7 +31,7 @@ class LiveTrackingScreen extends StatelessWidget {
|
||||
mapController: controller.osmMapController,
|
||||
options: flutterMap.MapOptions(initialCenter: controller.driverCurrent.value, initialZoom: 14),
|
||||
children: [
|
||||
flutterMap.TileLayer(urlTemplate: 'https://tile.openstreetmap.org/{z}/{x}/{y}.png', userAgentPackageName: 'com.emart.customer'),
|
||||
flutterMap.TileLayer(urlTemplate: 'https://tile.openstreetmap.org/{z}/{x}/{y}.png', userAgentPackageName: 'felix.fondex.uz'),
|
||||
if (controller.routePoints.isNotEmpty) flutterMap.PolylineLayer(polylines: [flutterMap.Polyline(points: controller.routePoints, strokeWidth: 5.0, color: Colors.blue)]),
|
||||
flutterMap.MarkerLayer(markers: controller.orderModel.value.id == null ? [] : controller.osmMarkers),
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user