![]() |
WhirlyGlobe
1.2
A 3D interactive globe toolkit for iOS
|
#include <MarkerGenerator.h>
Public Member Functions | |
MarkerGeneratorRemRequest (SimpleIdentity genID, SimpleIdentity markerID) | |
Construct with the marker generator's ID and the marker ID to remove. | |
MarkerGeneratorRemRequest (SimpleIdentity genID, const std::vector< SimpleIdentity > markerIDs) | |
Construct with the generator ID and a list of marker IDs to remove. | |
virtual void | execute2 (GlobeScene *scene, Generator *gen) |
Override this method to do whatever you want to do to the generator. | |
Protected Attributes | |
std::vector< SimpleIdentity > | markerIDs |
A Marker Generator Remove Request comes form the MarkerLayer, is routed through the renderer and handed off to the MarkerGenerator.