Table of Contents

Map Suite iOS Visualizing Data

Video Overview

Visualizing Data
Visualizing Data(Xamarin Forms)

Introduction

The visualization ability of Map Suite iOS Edition can be customized to show information exactly the way you want! It’s possible to filter regions by attribute, display graphs of important data, create a custom style with your own icons, show frequency of events, map intensity, and more.

Visualization Styles

Select the layer visualization style by tapping the menu icon in the upper-left corner.

The Settings dialog can be accessed by tapping the gear icon on the menu in the upper-right corner. In this dialog, it is possible to change the Value that sets the criteria.

A Look at the Code

Main.cs is the entrance to the app. It opens AppDelegate.cs. Storyboards contain UI and the relationship between UIs, but for this sample they are blank. MainViewController.cs contains the UI and imports the XML file that lists all samples. ViewDidLoad() is the iOS event for page load.

In the Controllers folder, there is a controller for each of the Visualization samples. Each controller should give you an idea of what APIs are used to execute the Visualization. Under Controllers > Advanced, DetailVewController.cs has common functions that are inherited by the Visualization controllers. SliderViewController.cs handles the menu that slides in from the left side of the map.