Map View API's

Hi,

Please, can someone tell me if this are posible to do in corona.

  1. Can I change the marker image of the current location of user on the mapView (the blinking circle) ?

  2. Can I overlap a none native objects into a native object like mapView?

  3. Can I re-size the marker once I added it on mapView?

Thanks,

1: No.

2: Only if that object is an image and used as a location pin.

3: Doesn’t look like it. The image is passed as a name in an option table to myMap:addMarker. There might be some sneaky way to access the resident image object but it’s not in the documentation.

1: No.

2: Only if that object is an image and used as a location pin.

3: Doesn’t look like it. The image is passed as a name in an option table to myMap:addMarker. There might be some sneaky way to access the resident image object but it’s not in the documentation.