Not displaying the map

Hi all…

I have imported the egmaps ext.

I am not getting the google map, just a grey box in my view.

below is my code:

Yii::import('ext.EGMap.*');


$gMap = new EGMap();


$gMap->renderMap();

I just get a grey box not the map… any help pls…

Hi

Can you check API key ?

if no error than may be wrong this key.

Thanks

Egmap extension don’t need an APi key since it is written with Google map API V3. which dont required a API key.