Smarty Forum Index Smarty
WARNING: All discussion is moving to https://reddit.com/r/smarty, please go there! This forum will be closing soon.

GOOGLE MAP 2.5 API - NO IMAGES SHOW - URGENT

 
This forum is locked: you cannot post, reply to, or edit topics.   This topic is locked: you cannot edit posts or make replies.    Smarty Forum Index -> Add-ons
View previous topic :: View next topic  
Author Message
prchakal
Smarty n00b


Joined: 20 Oct 2007
Posts: 2

PostPosted: Sat Oct 20, 2007 9:39 pm    Post subject: GOOGLE MAP 2.5 API - NO IMAGES SHOW - URGENT Reply with quote

HI guys,

Im developing a service to a client but using the GooGleAPi 2.5 the images of map dont showed.

The link is: http://www.prsolucoes.com/outros/nacaoeleita

Can anyone help me?

The code that i using:

Code:

//CARREGA A CLASSE DO GOOGLE
require_once(CLASSES_PASTA_BASE.'GoogleMapAPI.class.php');

$objMapa = new GoogleMapAPI('map');
$objMapa->setAPIKey('ABQIAAAAWDp27bFQpncLj7IsZw7LthSKoAcOw431jkNBYD75FvDVa7JWlRSkOeOx90IpscIpyTCILkOoSoXd2g');

$Smarty->assign( 'MAPA_HEADER_JS' , $objMapa->getHeaderJS() );
$Smarty->assign( 'MAPA_MAP_JS'    , $objMapa->getMapJS()    );

$Smarty->assign( 'MAPA_SIDEBAR'   , $objMapa->getSidebar()  );
$Smarty->assign( 'MAPA'           , $objMapa->getMap()      );

Back to top
View user's profile Send private message
Display posts from previous:   
This forum is locked: you cannot post, reply to, or edit topics.   This topic is locked: you cannot edit posts or make replies.    Smarty Forum Index -> Add-ons All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


Powered by phpBB © 2001, 2005 phpBB Group
Protected by Anti-Spam ACP