go-spatial / go-mbgl

Go bindings for Mapbox GL Native
15 stars 1 forks source link

Map snapshotter bindings #2

Closed ear7h closed 6 years ago

ear7h commented 6 years ago

Some dependencies for this are in the constructor

MapSnapshotter(FileSource* fileSource,
                   std::shared_ptr<Scheduler> scheduler,
                   const std::pair<bool, std::string> style,
                   const Size&,
                   const float pixelRatio,
                   const optional<CameraOptions> cameraOptions,
                   const optional<LatLngBounds> region,
                   const optional<std::string> cacheDir = {});