Hello dear readers! Welcome back to another edition of our tutorial on jQuery. In this tutorial guide, we are going to be discussing about the jQuery Whatsnearby.js plugin.
Whatsnearby.js is a jQuery plugin used for finding nearest places.
Whatsnearby.js is a jQuery plugin used for finding nearest places.
Example
The following below is a simple Whatsnearby.js example -
<!DOCTYPE html>
<html>
<head>
<meta charset = "utf-8"/>
<link rel = "stylesheet"
href = "https://netdna.bootstrapcdn.com/bootstrap/3.0.0/css/bootstrap.min.css">
<script src = "example/js/es5-shim.min.js"
type = "text/javascript">
</script>
<script src = "example/js/es5-sham.min.js"
type = "text/javascript">
</script>
<script
src = "https://ajax.googleapis.com/ajax/libs/jquery/1.10.2/jquery.min.js"
type = "text/javascript">
</script>
<script
src = "https://maps.googleapis.com/maps/api/js?v=3.exp&sensor=false&libraries=places">
</script>
<script src = "source/WhatsNearby.js"
type = "text/javascript">
</script>
<script type = "text/javascript">
$( document ).ready( function( ) {
$( "#wn2" ).whatsnearby ( {
zoom: 15,
width: "100%" ,
address: "rumuagholu" ,
placesRadius: 400 ,
placesTypes: [ 'restaurant', 'cafe', 'gym' ]
} );
} );
</script>
</head>
<body>
<div class = "container">
<div class = "well">
<div i d = "wn2">
<div class = "infowindow-markup">
<strong>{ { name } }</strong><br/>
{ { vicinity } }
</div>
</div>
</div>
</div>
</body>
</html>
<html>
<head>
<meta charset = "utf-8"/>
<link rel = "stylesheet"
href = "https://netdna.bootstrapcdn.com/bootstrap/3.0.0/css/bootstrap.min.css">
<script src = "example/js/es5-shim.min.js"
type = "text/javascript">
</script>
<script src = "example/js/es5-sham.min.js"
type = "text/javascript">
</script>
<script
src = "https://ajax.googleapis.com/ajax/libs/jquery/1.10.2/jquery.min.js"
type = "text/javascript">
</script>
<script
src = "https://maps.googleapis.com/maps/api/js?v=3.exp&sensor=false&libraries=places">
</script>
<script src = "source/WhatsNearby.js"
type = "text/javascript">
</script>
<script type = "text/javascript">
$( document ).ready( function( ) {
$( "#wn2" ).whatsnearby ( {
zoom: 15,
width: "100%" ,
address: "rumuagholu" ,
placesRadius: 400 ,
placesTypes: [ 'restaurant', 'cafe', 'gym' ]
} );
} );
</script>
</head>
<body>
<div class = "container">
<div class = "well">
<div i d = "wn2">
<div class = "infowindow-markup">
<strong>{ { name } }</strong><br/>
{ { vicinity } }
</div>
</div>
</div>
</div>
</body>
</html>
RECOMMENDED: jQuery Filer.js Plugin
Alright guys! This is where we are rounding up for this tutorial post. In our next tutorial guide, we are going to be discussing about the Checkout.js Plugin.
Do feel free to ask your questions where necessary and i will attend to them as soon as possible. If this tutorial was helpful to you, you can use the share button to share this tutorial.
Follow us on our various social media platforms to stay updated with our latest tutorials. You can also subscribe to our newsletter in order to get our tutorials delivered directly to your emails.
Thanks for reading and bye for now.
Do feel free to ask your questions where necessary and i will attend to them as soon as possible. If this tutorial was helpful to you, you can use the share button to share this tutorial.
Follow us on our various social media platforms to stay updated with our latest tutorials. You can also subscribe to our newsletter in order to get our tutorials delivered directly to your emails.
Thanks for reading and bye for now.