Hi everyone, I just started exploring ArcGis Runt for .Net (on Xamarin.Forms) and I'm trying to add an option to allow users to ajust the size of map elements such as label, streets, symbols and so on for better reading.
I currently have an app created with Mapbox SDK and I can adjust the size of each element type, layer by layer. Does ArcGis Runtime has something similar?
I did a google search and found some helpful information on the ArcGIS Developer site:
https://developers.arcgis.com/net/styles-and-data-visualization/
@ABishop thanks for replying.
I think you are pointing me to the right direction, however I'm failing to see exactly what I need.
I'm going to be working mostly with vector tiles, so from what I understand from the link you sent, I'd be changing the tile style. So I want to get a base vector map, and let's say, make the streets wider for better visibility.
I see that I can do that online at https://developers.arcgis.com/vector-tile-style-editor however I need to do that programatically within my app.
You're welcome! Good Luck!