Hello,
I am attempting to use WebAPI edition to generate an image for reporting. I’d like to overlay two or more layers around a central county but it’s not clear how to get the base map of the county. Currently I’m getting an image back from an API request that has the polygon that should be overlaid but the base map that would display the county is missing. In the MVC library it’s as simple as creating a Map class and performing the overlays from that base.
Any help would be appreciated, thank you!