Back to project page CartoCache.
The source code is released under:
Apache License
If you think the Android project CartoCache listed in this page is inappropriate, such as containing malicious code/tools or violating the copyright, please email info at java2s dot com, thanks.
package com.codeandmagic.cartocache; /*from ww w. j av a 2 s . c om*/ import com.google.android.gms.maps.model.MarkerOptions; /** * Created by evelyne24. */ public interface MarkerConfig<P extends Place> { public MarkerOptions getMarker(P place); }