Map API - Polylines?

Is it possible for us to draw lines between lat/long locations in the map view? I don’t see anything in the docs, but just thought I would check.  

Something similar to this: https://developers.google.com/maps/documentation/javascript/examples/polyline-simple

You can probably do this using some native drawing functions since you’re an Enterprise subscriber.  But with the Corona display.newLine() API you cannot since they are OpenGL constructs and the native.newMapView sits on top of the OpenGL canvas.

You can probably do this using some native drawing functions since you’re an Enterprise subscriber.  But with the Corona display.newLine() API you cannot since they are OpenGL constructs and the native.newMapView sits on top of the OpenGL canvas.