Back to project page hellomap3d-android.
The source code is released under:
MIT License
If you think the Android project hellomap3d-android 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.nutiteq.advancedmap3; public class Const { public static final String LOG_TAG = "nutiteq-android-sample"; public static final String MAPBOX_RASTER_URL = "http://api.tiles.mapbox.com/v3/nutiteq.map-j6a1wkx0/{zoom}/{x}/{y}.png"; public static final String HILLSHADE_RASTER_URL = "http://tiles.wmflabs.org/hillshading/{zoom}/{x}/{y}.png"; }