![]() |
Maria GDK 5.0.0.738
Documentation of native code in develop branch
|
Interface for map tile providers that are processed externally. Java or C# clients can for instance process requests and provide tiles over p/invoke without requiring calls from unmanaged to managed code. Implementations should typically also implement IMapTileProvider to handle adding requests. More...
#include <MIExternalMapTileProvider.h>
Public Types | |
typedef void *(__cdecl * | GetTileDataFunc) (void *provider, void *requestProto, int requestSize, int *resultLength) |
typedef void *(__cdecl * | FreeGlobalBufferFunc) (void *buffer) |
Public Member Functions | |
virtual void | SetMapEntries (const std::vector< MapEntry > &mapEntries)=0 |
Interface for map tile providers that are processed externally. Java or C# clients can for instance process requests and provide tiles over p/invoke without requiring calls from unmanaged to managed code. Implementations should typically also implement IMapTileProvider to handle adding requests.