LocationExtras.java 487 Bytes
package com.metroapp.forum;

public interface LocationExtras {
	int DEFAULT_ZOOM_LEVEL = 15;

	String LATITUDE = "latitude";
	String LONGITUDE = "longitude";
	String ADDRESS = "address";
    String CALLBACK = "callback";
	String ZOOM_LEVEL = "zoom_level";
	String IMG_URL = "img_url";
	String STATIC_MAP_URL_1 = "http://maps.google.cn/maps/api/staticmap?size=200x100&zoom=13&markers=color:red|label:YourPosition|";
	String STATIC_MAP_URL_2 ="&maptype=roadmap&sensor=false&format=jpg";
}