How to programatically change size of map elements (label, streets, symbols, etc)

562
3
10-21-2021 12:48 AM
EricLira
New Contributor

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? 

0 Kudos
3 Replies
ABishop
MVP Regular Contributor

@EricLira 

I did a google search and found some helpful information on the ArcGIS Developer site:

https://developers.arcgis.com/net/styles-and-data-visualization/ 

Amanda Bishop, GISP
0 Kudos
EricLira
New Contributor

@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. 

ABishop
MVP Regular Contributor

You're welcome!  Good Luck!

Amanda Bishop, GISP
0 Kudos