| BalloonPopup | A highly configurable popup implementation that allows the user to specify a title, description, colors, images, font sizes etc. |
| BalloonPopupButton | A button that can be used to add interactivity to balloon popups. |
| BalloonPopupEventListener | A listener class for balloon popups. |
| Billboard | A base class for billboard elements that can be displayed on the map. |
| CustomPopup | A popup with user defined handler. |
| CustomPopupHandler | A handler class for custom popups. |
| GeometryCollection | A collection of multiple geometries that can be displayed on the map. |
| Label | An abstract billboard element with a dynamically drawn bitmap that can be displayed on the map. |
| Line | A geometric line string that can be displayed on the map. |
| Marker | A billboard element with a static bitmap that can be displayed on the map. |
| NMLModel | A 3D model that can be displayed on the map. |
| Point | A geometric point that can be displayed on the map. |
| Polygon | A geometric polygon that can be displayed on the map. |
| Polygon3D | A geometric 3d polygon that can be displayed on the map. |
| Popup | An abstract billboard element that can be displayed on the map. |
| Text | A text element that can be displayed on the map. |
| VectorElement | A base class for all vector elements (points, lines, texts, models, etc). |
| VectorElementVector |