Detected 1 occurrence(s) of ‘(api|private)[-_]key[ "']*=[ ="']*\w+’: MapCanvas(this));} else {notifyDestroyed();} } public class MapCanvas extends Canvas implements GoogleStaticMapHandler, GoogleMapsGeocoderHandler { GoogleMaps gMaps = null; GoogleStaticMap map = null; String API_KEY = "AIzaSyBe1yXRcCXWQB_6ReSGbf0lH8XVwTvNpSQ"; MapMidlet mid; public MapCanvas(MapMidlet mid) { this.mid=mid; gMaps = new GoogleMaps(API_KEY); map = gMaps.createMap(getWidth(), getHeight(), GoogleStaticMap.FORMAT_PNG); //map.setHandler(this); // Source: http://pastebin.com/raw.php?i=wshtBnkK
↧