Join the social network of Tech Nerds, increase skill rank, get work, manage projects...
 

An Overview of Google Map Utility Library in Android

Google map utility library is free and open source library of classes which provides advance features on google map like customization, clustering, importing geoJson to map, importing KML to map and encoding /decoding polylines.   ...

How to show google maps inside bootstrap tabs

Whenever, we want to show google map inside bootstrap tab, it works fine as far as it is needed to be shown inside the tab which is set "active" by default, usually first tab is set active and its content is shown visible by default. ...

How to create a Basic Google Maps

Making the google maps is not so difficult. Just to follow some code and google apis.We can make any location google map by using the code below. We have taken the example of dehradun location in India for making this google map. <html>...

How to show google map on web application.

Hello Readers , Below are the simple steps to follow to show the google map. Add the Goggle API <!DOCTYPE html> <html> <script src="https://maps.googleapis.com/maps/api/js"></script> <body> <h1>M...

how to show multiple location from database using lat and long in google map?

Hello Reader's , Below is the code for showing multiple location . Just create a HTML file 'index.html' and put the below code inside the body tag. <script src="http://maps.googleapis.com/maps/api/js?sensor=false" type="text/javascrip...

Generate SHA1 Key in android

In android we need to generate SHA1 key fingerprint to get Google Api key for Google Map. It just a one line command to generate SHA1 key. First of all create your .keystore file and sign to your app and take down this keystore lo...

Google Maps JS API v3 - Simple Multiple Marker Example

You can simply use below code to show the multiple markers on google map. var arr = new Array(); function initialize() { var i; var Locations = [ { lat:48....
Sign In
                           OR                           
                           OR                           
Register

Sign up using

                           OR                           
Forgot Password
Fill out the form below and instructions to reset your password will be emailed to you:
Reset Password
Fill out the form below and reset your password: