javascript - displaying google map in Jquery tabbed pane -


can me display google map in jquery tabbed pane! using codigniter, latitude , logitude controller file.

my concern map not displayed in tab pane.

thanks

have heard of static maps api? can create images out of google maps using it.

read more here https://developers.google.com/maps/documentation/imageapis/

i tried implement inside tabs , worked fine. check out example here http://jsfiddle.net/z3lyu/

seomthing below create map

<img src="http://maps.googleapis.com/maps/api/staticmap?center=-15.800513,-47.91378&zoom=11&size=200x200&sensor=false"> 

Comments

Popular posts from this blog

monitor web browser programmatically in Android? -

Shrink a YouTube video to responsive width -

wpf - PdfWriter.GetInstance throws System.NullReferenceException -