Details | Last modification | View Log | RSS feed
Rev | Author | Line No. | Line |
---|---|---|---|
212 | ligi | 1 | package org.ligi.android; |
2 | |||
3 | import com.google.android.maps.MapView; |
||
4 | |||
5 | import android.content.Context; |
||
6 | import android.graphics.Paint; |
||
7 | import android.util.AttributeSet; |
||
8 | import java.util.Map; |
||
9 | |||
10 | public class DUBwiseMapView extends MapView |
||
11 | { |
||
12 | |||
13 | |||
14 | public DUBwiseMapView (Context context,String api_key) { |
||
15 | super(context,api_key); |
||
16 | } |
||
17 | } |