maps
Projects with this topic
-
SetBench is a powerful platform for experimenting on C++ data structures that implement a set (search, insert, delete, optional range search). The emphasis is on eliminating performance bottlenecks and providing features to explore performance.
Updated -
This example demonstrates the plugins usage for connecting a map (MfwMap) to an application, building and displaying routes (MfwOfflineRouting) by points and geocoding (MfwOfflineGeocoding) based on data.
Updated -
-
The MfwMap plugin allows users to display maps based on data, either online or offline. User can draw a variety of objects on the map, interact with them, and style them according to their preferences.
Updated -
The MfwOfflineRouting plugin provides data for constructing a route based on coordinates, with hints for actions at path nodes, taking into account the type of transport and other settings. The information is generated based on the stored data.
Updated -
The MfwOfflineGeocoding plugin provides complete address information, including a structured full address, postal code and other information. The information is generated based on the stored data. It is also possible to obtain data about an object by coordinates.
Updated