Day - night positioning

we stuck about handle with day-night sun positioning. how we can handle sunlight direction on mapview depend on player coordinate? is there any solution in Lightshipmapview?

Hi Sercan, the Lightshipmapview does not directly return the sun’s position but it does give you local date, time, and GPS coordinates. With that information, you can use an API like this one https://github.com/CIVA-Lab/solar-position-calculator to find and update the sun’s position.?

Hope this helps

-Bill