os ricos usam transporte público, caminham e vão a parques. O contrário disso é quando eles usam helicópteros...” Enrique Peñalosa, ex-prefeito de Bogotá
//Create a new HttpClient and Post Header String text = ""; HttpClient httpclient = new DefaultHttpClient(); HttpPost httppost = new HttpPost(URL); try { JSONArray postjson=new JSONArray(); postjson.put(json); // Post the data: httppost.setHeader("json",json.toString()); httppost.getParams(). setParameter("jsonpost",postjson); HttpResponse response = httpclient.execute(httppost); }catch (ClientProtocolException e) { TODO Auto-generated catch block }
é um marcador Mapa var myOptions = { zoom: zoom, center: point, mapTypeId: google.maps.MapTypeId.ROADMAP} var map = new google.maps. Map(document.getElementById("map"), myOptions);
lat, lon ); route.push( point ); line = new google.maps.Polyline({ path: route, strokeColor: 'red', strokeOpacity: 0.8, strokeWeight: 6}); line.setMap(map);
(ou o mais perto disso que se conseguir) • Traça-se uma reta do ponto dentro do polígono ao ponto no infinito. • Verifica cruzamentos nas retas do polígono.