LuciadCPillar 2024.0.08
|
Supports display of data on screen using a map with layers. More...
Modules | |
effects | |
The graphics effects that can be applied to a map. | |
Classes | |
class | luciad::IMapObserver |
Interface for observing the Map. More... | |
class | luciad::IMapQueryFeaturesCallback |
A callback class that is called with the results of a queryFeatures. More... | |
class | luciad::IMouseCursorCallback |
A callback class that is called when a cursor changes. More... | |
class | luciad::Map |
A map for showing geo-spatial data. More... | |
class | luciad::MapAttributions |
A class from which the attributions of a map can be retrieved. More... | |
class | luciad::MapEvent |
Event that indicates that some property of the map has changed. More... | |
class | luciad::MapNavigator |
Class that offers functionality to navigate around the globe. More... | |
struct | luciad::MapQueryFeaturesResult |
Contains information about (parts of) features hit by a Query, returned by Map::queryFeatures . More... | |
struct | luciad::MapScale |
This class represents a map scale, a ratio of a distance on the map to the corresponding actual distance. More... | |
struct | luciad::MouseCursor |
Represents a mouse cursor in the map API. More... | |
Supports display of data on screen using a map with layers.
There are several aspects to a Map, including:
This tutorial demonstrates how you can set up a Map and add data to it