|
CartoType UWP API 9.2-11-g041bcfff8
for development in C#, VB.NET and C++
|
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. | |
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.