Map Overlay on iOS Map Question

Hi. Am I correct that currently there is no map overlay capability available for Corona SDK? Is the only option for a workaround, is to sign up for the Enterprise version ,and build the custom API using say Objective-C or Java.

I read on a post that there may be some Open GL 2.0 capability to overlay over native display objects, does anyone here have experience with that and have done it?

I am trying to place an overlay on the iphone map.

You are correct that you cannot put Corona display objects (since they are OpenGL) on top of native.* objects with Starter or Pro.  Enterprise would give you access to the non-openGL graphics objects which could intermix with the map object.

Thanks Rob.

You are correct that you cannot put Corona display objects (since they are OpenGL) on top of native.* objects with Starter or Pro.  Enterprise would give you access to the non-openGL graphics objects which could intermix with the map object.

Thanks Rob.