Back to project page android-open-street-map.
The source code is released under:
Apache License
If you think the Android project android-open-street-map 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.android.lib.map.osm; /*from w ww.j av a2s . c o m*/ public class Configuration { private final static String KEY_TILE_POSTFIX = ".tile"; public static String getTilePostfix() { return KEY_TILE_POSTFIX; } }