Created
June 13, 2013 13:49
-
-
Save jatorre/5773807 to your computer and use it in GitHub Desktop.
Nutiteq CartoDB example
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
public class HelloMap3DActivity extends Activity { | |
private MapView mapView; | |
@Override | |
public void onCreate(Bundle savedInstanceState) { | |
super.onCreate(savedInstanceState); | |
setContentView(R.layout.main); | |
mapView = (MapView) findViewById(R.id.mapView); | |
// now start init of MapView, see below... | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment