heremaps / here-sdk-examples

Android, iOS and Flutter example apps for the HERE SDK 4.x (Lite Edition, Explore Edition, Navigate Edition)
https://developer.here.com/products/here-sdk
Apache License 2.0
171 stars 135 forks source link

offscreen map using backend technology stack #326

Closed jainricha closed 2 months ago

jainricha commented 4 months ago

Hello,

Is it feasible to generate offscreen map object and the snapshot of the same via any backend technology stack?

Please suggest.

HERE-SDK-Support-Team commented 2 months ago

Hi @jainricha,

no, this looks like rather a task for the app-side. See this example app which does create offscreen images from the map, without actually showing the map: https://github.com/heremaps/here-sdk-examples/tree/master/examples/latest/navigate/android/OffscreenMapSurface

Hope this helps. Thanks!