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

Search In

How to create circles on Google map?

Draw a circle - Create a circle on a google map Following javascript code will create circles on the map and it will represent populations in respected town. For that first you need to create an object containing latitude and longitude and populatio

Learning about ES6 map object and its methods

Map object in ECMAScript 6 is an ordered list of key/value. Any value either objects or primitive values may be used as either a key or a value.A key 7 is identified as different from “7”. There are more methods mentioned below: 1- clear

How to show custom lines on Google Map

Hello Reader's if you are integrating the Google Map in the website and you also want to show custom line on the map, Then this blog is very helpful you. Lets see the working of this custom map. <!DOCTYPE html> <html> <head> <sc

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/javascript"><

google map lite mode in mapview is not working with marshmallow

=> I'm using following MapView in my layout:-     ------------------------------------------------------------ <com.google.android.gms.maps.MapView android:id="@+id/map" class="com.google.android.gms.maps

Search location by using place on google map

Here below is the code for searching places by using place name. I use api provides by google also know as google place api. "http://maps.googleapis.com/maps/api/geocode/json?address="+CITY_NAME+"&sensor=true"; In response of it We get a json

Creat Google Maps in OpenERP

Use below method to create Google Maps in OpenERP 1- use this code .py file in openerp from openerp.osv import osv,fields class launch_map(osv.osv): _inherit = "res.partner" def open_map(self, cr, uid, ids, context=None): if cont

Display multiple locations marker on a google map in web page

Google Map provides a facility to display maps on web page of web application. We used Google map API to show and customize the gmap on our web page. The GMap API is a kind of JavaScript library. Here we will learn how to implementation and customiz

Cordova Geolocation API and Google API- Getting address,city name,state and country name from latitude/longitude value.

Hello Readers, In this post we will discuss to get the current address, city name, state and country name from latitude/longitude value with the help of Cordova geolocation API and Google API. To get the address from latitude/longitude values we n

How to lookup address & city location on live search using google

Hello Reader's!Sometime you want to use the auto complete as a text suggestion on your search field. Here I am going to explain how you can search city with suggestion. It's a very simple to use in any application. First you need to use Goog

prev 1 3 19
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: