Topic: Extracting Road Coordinates as Splines for Mesh Generation
hi.
I'm working on a project that requires creating custom meshes along roadways. Specifically, I'm looking for a method to:
Extract road data as an ordered list of geographic coordinates
Convert these coordinate lists into splines or curve data
Use these splines as paths for procedurally generating meshes along the roads
Is there a recommended approach within the Online Maps plugin to access the underlying road vector data? I'd like to avoid manually tracing the roads if possible, as I need to work with the actual road geometry for accurate mesh placement.
Has anyone implemented a similar feature or would you recommend specific API methods for this task? Any code examples or guidance would be greatly appreciated.
Thank you in advance for your assistance.