Click or drag to resize

Renderers Tutorial

Verizon Connect Logo
Print this page
Learn more about Verizon Connect GeoBase.
Get information about the latest release
Overview

Renderers are used to draw additional features on a map. Any object that you want to draw on a map should implement the IMapRenderer interface. This tutorial demonstrates the basics of using renderers in your own applications.

This tutorial demonstrates how to place a circle at a number of points of interest on a map.

Tutorial Sections

The tutorial is divided into the following sections:

  1. Creating the Interface

    In this section we create a simple form with a Map object.

  2. Defining the Renderer

    In this section we implement our own IMapRenderer.

  3. Linking the Two

    Finally, we instruct the Map to use our IMapRenderer.