Skip to content

Instantly share code, notes, and snippets.

@jatorre
Created June 13, 2013 13:49
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jatorre/5773807 to your computer and use it in GitHub Desktop.
Save jatorre/5773807 to your computer and use it in GitHub Desktop.
Nutiteq CartoDB example
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