CartoType UWP API 9.2-11-g041bcfff8
for development in C#, VB.NET and C++
Public Member Functions | List of all members
CartoType::MapRenderer Class Reference

A class to draw a map using OpenGL ES. More...

#include <CartoTypeWrapper.h>

Public Member Functions

 MapRenderer (Framework^ aFramework)
 Creates a MapRenderer from a Framework. The parameter aFramework must not be null.
 
void Draw ()
 Draws the map using OpenGL ES.
 

Detailed Description

A class to draw a map using OpenGL ES.

Create a MapRenderer object by passing it a Framework that has already been created.

You should destroy the map renderer manually by calling MapRenderer.Dispose() (in C#) before the map framework is destroyed.


The documentation for this class was generated from the following file: