MapTilerSDK
MTVideoSource
class MTVideoSource(var identifier: String, var urls: List<URL>, var coordinates: List<LngLat>) : MTSource
A video source.
The urls value contains the video locations in preferred order. The coordinates array contains longitude, latitude pairs for the video corners listed in clockwise order: top left, top right, bottom right, bottom left.