imagen de profesional
This commit is contained in:
Binary file not shown.
|
Before Width: | Height: | Size: 2.7 KiB After Width: | Height: | Size: 8.1 KiB |
@@ -285,8 +285,7 @@ class _ServiceScreenState extends State<ServiceScreen> {
|
|||||||
}
|
}
|
||||||
|
|
||||||
BitmapDescriptor.fromAssetImage(
|
BitmapDescriptor.fromAssetImage(
|
||||||
const ImageConfiguration(size: Size(48, 48)),
|
const ImageConfiguration(size: Size(6, 6)), 'images/pro_marke.png')
|
||||||
'images/pro_marke.png')
|
|
||||||
.then((icon) {
|
.then((icon) {
|
||||||
setState(() {
|
setState(() {
|
||||||
_markerIcon = icon;
|
_markerIcon = icon;
|
||||||
@@ -657,14 +656,6 @@ class _ServiceScreenState extends State<ServiceScreen> {
|
|||||||
googleMapController = controller;
|
googleMapController = controller;
|
||||||
googleMapController.setMapStyle('''
|
googleMapController.setMapStyle('''
|
||||||
[
|
[
|
||||||
{
|
|
||||||
"elementType": "geometry",
|
|
||||||
"stylers": [
|
|
||||||
{
|
|
||||||
"color": "#f5f5f5"
|
|
||||||
}
|
|
||||||
]
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
"elementType": "labels.icon",
|
"elementType": "labels.icon",
|
||||||
"stylers": [
|
"stylers": [
|
||||||
@@ -734,87 +725,6 @@ class _ServiceScreenState extends State<ServiceScreen> {
|
|||||||
"color": "#9e9e9e"
|
"color": "#9e9e9e"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
},
|
|
||||||
{
|
|
||||||
"featureType": "road",
|
|
||||||
"elementType": "geometry",
|
|
||||||
"stylers": [
|
|
||||||
{
|
|
||||||
"color": "#ffffff"
|
|
||||||
}
|
|
||||||
]
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"featureType": "road.arterial",
|
|
||||||
"elementType": "labels.text.fill",
|
|
||||||
"stylers": [
|
|
||||||
{
|
|
||||||
"color": "#757575"
|
|
||||||
}
|
|
||||||
]
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"featureType": "road.highway",
|
|
||||||
"elementType": "geometry",
|
|
||||||
"stylers": [
|
|
||||||
{
|
|
||||||
"color": "#dadada"
|
|
||||||
}
|
|
||||||
]
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"featureType": "road.highway",
|
|
||||||
"elementType": "labels.text.fill",
|
|
||||||
"stylers": [
|
|
||||||
{
|
|
||||||
"color": "#616161"
|
|
||||||
}
|
|
||||||
]
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"featureType": "road.local",
|
|
||||||
"elementType": "labels.text.fill",
|
|
||||||
"stylers": [
|
|
||||||
{
|
|
||||||
"color": "#9e9e9e"
|
|
||||||
}
|
|
||||||
]
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"featureType": "transit.line",
|
|
||||||
"elementType": "geometry",
|
|
||||||
"stylers": [
|
|
||||||
{
|
|
||||||
"color": "#e5e5e5"
|
|
||||||
}
|
|
||||||
]
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"featureType": "transit.station",
|
|
||||||
"elementType": "geometry",
|
|
||||||
"stylers": [
|
|
||||||
{
|
|
||||||
"color": "#eeeeee"
|
|
||||||
}
|
|
||||||
]
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"featureType": "water",
|
|
||||||
"elementType": "geometry",
|
|
||||||
"stylers": [
|
|
||||||
{
|
|
||||||
"color": "#c9c9c9"
|
|
||||||
}
|
|
||||||
]
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"featureType": "water",
|
|
||||||
"elementType": "labels.text.fill",
|
|
||||||
"stylers": [
|
|
||||||
{
|
|
||||||
"color": "#9e9e9e"
|
|
||||||
}
|
|
||||||
]
|
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
''');
|
''');
|
||||||
|
|||||||
Reference in New Issue
Block a user