Tag Archive google map integration custom marker

Bysachinghare

Google Map Integration Custom Marker OR Icon

Google Map Integration Custom Marker OR Icon

I don’t think so, take a look at my demo has no api key but it has functionality with custom marker and custom info window. It drives me crazy when things takes less than an hour to built this code.

Have you ever though keeping Google map with fullscreen toggle option? Cool ahhh!… just check out my example.

[symple_toggle title=”Between <head></head> Section”]

<script src=”js/FullScreenControl.js” type=”text/javascript”></script> <!– Fullscreen JS –>
<script type=”text/javascript”>
$(document).ready(function(){
$(‘.show_hide’).showHide({
speed: 1000,  // speed you want the toggle to happen
easing: ”,  // the animation effect you want. Remove this … Read More