Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Combine with SherlockMapFragment #12

Closed
GoogleCodeExporter opened this issue Jul 14, 2015 · 2 comments
Closed

Combine with SherlockMapFragment #12

GoogleCodeExporter opened this issue Jul 14, 2015 · 2 comments

Comments

@GoogleCodeExporter
Copy link

Hi,

Great work you're doing!

I am wondering if it's possible to combine your extensions with the 
SherlockMapFragment? I have been unsuccessfully trying to combine them, I could 
really use getMarker() and clustering would also be great in my app :)

Thanks,
Martijn

Original issue reported on code.google.com by ma...@martijnvanvloten.nl on 23 Apr 2013 at 8:57

@GoogleCodeExporter
Copy link
Author

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

@GoogleCodeExporter
Copy link
Author

Original comment by maciek.g...@gmail.com on 7 May 2013 at 8:11

  • Changed state: Invalid

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant