hi everyone,My English is not good.I have a geoserver‘s wms,user ArcGIS Runtime SDK for Android how to set the wms’s styles,
String wmsURL = "http://www.dfsjcloud.com:8082/geoserver/precip/wms";
String[] layer = {"precip:chinarivers"};
WMSLayer wmsLayer = new WMSLayer(wmsURL, layer);
mMapView.addLayer(wmsLayer);
but how to set the wms's styles. thanks.