Closed GoogleCodeExporter closed 8 years ago
Do you mean this class? https://gist.github.com/galex/4392030
Should be as easy as adding reference (Android library) to ABS in
android-maps-extensions, putting that class somewhere in
android-maps-extensions/src, replacing this line:
public class SupportMapFragment extends
com.google.android.gms.maps.SupportMapFragment {
with:
public class SupportMapFragment extends SherlockMapFragment {
and adding imports.
Please tell us if this works.
Original comment by maciek.g...@gmail.com
on 23 Apr 2013 at 9:11
Original comment by maciek.g...@gmail.com
on 7 May 2013 at 8:11
Original issue reported on code.google.com by
ma...@martijnvanvloten.nl
on 23 Apr 2013 at 8:57