- <?php 
-   
- $resultado = [ 
- ["lat" => 0.0,"lon" => 0.0,"horario" => "00:00",], 
- ["lat" => 0.0,"lon" => 0.0,"horario" => "06:00",], 
- ["lat" => 0.0,"lon" => 0.0,"horario" => "12:00",], 
- ["lat" => 0.0,"lon" => 0.0,"horario" => "18:00",], 
- ["lat" => 0.0,"lon" => 0.0,"horario" => "24:00",]]; 
-   
- $result = []; 
-   
- foreach($resultado as $row) 
- { 
-     $result[] = [ 
-         "latitude" => $row["lat"], 
-         "longitude" => $row["lon"], 
-         "conteudo" => $row["horario"] 
-     ]; 
- } 
-   
				PD9waHAKCiRyZXN1bHRhZG8gPSBbClsibGF0IiA9PiAwLjAsImxvbiIgPT4gMC4wLCJob3JhcmlvIiA9PiAiMDA6MDAiLF0sClsibGF0IiA9PiAwLjAsImxvbiIgPT4gMC4wLCJob3JhcmlvIiA9PiAiMDY6MDAiLF0sClsibGF0IiA9PiAwLjAsImxvbiIgPT4gMC4wLCJob3JhcmlvIiA9PiAiMTI6MDAiLF0sClsibGF0IiA9PiAwLjAsImxvbiIgPT4gMC4wLCJob3JhcmlvIiA9PiAiMTg6MDAiLF0sClsibGF0IiA9PiAwLjAsImxvbiIgPT4gMC4wLCJob3JhcmlvIiA9PiAiMjQ6MDAiLF1dOwoKJHJlc3VsdCA9IFtdOwoKZm9yZWFjaCgkcmVzdWx0YWRvIGFzICRyb3cpCnsKICAgICRyZXN1bHRbXSA9IFsKICAgICAgICAibGF0aXR1ZGUiID0+ICRyb3dbImxhdCJdLAogICAgICAgICJsb25naXR1ZGUiID0+ICRyb3dbImxvbiJdLAogICAgICAgICJjb250ZXVkbyIgPT4gJHJvd1siaG9yYXJpbyJdCiAgICBdOwp9Cgp2YXJfZXhwb3J0KCAkcmVzdWx0ICk7
				
				
				
				
				
			 
			
				
			
			
				
	
		
		
	
	
		array (
  0 => 
  array (
    'latitude' => 0.0,
    'longitude' => 0.0,
    'conteudo' => '00:00',
  ),
  1 => 
  array (
    'latitude' => 0.0,
    'longitude' => 0.0,
    'conteudo' => '06:00',
  ),
  2 => 
  array (
    'latitude' => 0.0,
    'longitude' => 0.0,
    'conteudo' => '12:00',
  ),
  3 => 
  array (
    'latitude' => 0.0,
    'longitude' => 0.0,
    'conteudo' => '18:00',
  ),
  4 => 
  array (
    'latitude' => 0.0,
    'longitude' => 0.0,
    'conteudo' => '24:00',
  ),
)