ios地图
This commit is contained in:
44
static/native-res/raw/mapstyle_grey.json
Normal file
44
static/native-res/raw/mapstyle_grey.json
Normal file
@ -0,0 +1,44 @@
|
||||
[
|
||||
{
|
||||
"featureType": "water",
|
||||
"elementType": "geometry",
|
||||
"stylers": {
|
||||
"color": "#ff0000"
|
||||
}
|
||||
},
|
||||
{
|
||||
"featureType": "land",
|
||||
"elementType": "geometry",
|
||||
"stylers": {
|
||||
"color": "#000000"
|
||||
}
|
||||
},
|
||||
{
|
||||
"featureType": "road",
|
||||
"elementType": "all",
|
||||
"stylers": {
|
||||
"color": "#555555"
|
||||
}
|
||||
},
|
||||
{
|
||||
"featureType": "building",
|
||||
"elementType": "all",
|
||||
"stylers": {
|
||||
"color": "#222222"
|
||||
}
|
||||
},
|
||||
{
|
||||
"featureType": "all",
|
||||
"elementType": "labels.text.fill",
|
||||
"stylers": {
|
||||
"color": "#ffffff"
|
||||
}
|
||||
},
|
||||
{
|
||||
"featureType": "all",
|
||||
"elementType": "labels.text.stroke",
|
||||
"stylers": {
|
||||
"color": "#000000"
|
||||
}
|
||||
}
|
||||
]
|
Reference in New Issue
Block a user