Re: [android-developers] Google Android Map Overlay

2010-11-29 Thread search . light . com
I wrote a sample which jpeg image is displaying when you click the overlay. I think that maybe could be helpful as a reference. (MapViewTouchSample.java) package com.ma.chupic.chu.com.beta.activity; import java.util.ArrayList; import android.content.Context; import

Re: [android-developers] Google Android Map Overlay

2010-11-22 Thread devian yudha
yeah i think SDK doesn't provide us to that functionality, so you must included other things like .XML which give us a layout resource, etc. On 11/21/10, Frank Weiss fewe...@gmail.com wrote: The Android SDK doesn't provide this functionality ready-to-go, but it can be easily implemented with a

Re: [android-developers] Google Android Map Overlay

2010-11-20 Thread Frank Weiss
The Android SDK doesn't provide this functionality ready-to-go, but it can be easily implemented with a custom view class that extends FrameLayout, a controller class, a nine-patch image, and a layout resource (XML). You ought to be able to google for several solutions. Try the keyords mapview and