Showing posts with label Google Maps. Show all posts
Showing posts with label Google Maps. Show all posts

Monday, December 19, 2011

Qibla Mosque Straightening Using Google Map

Qibla Mosque Straightening Using Google Map: It is endless when we discuss about the Google map. Well, in this article, we will make a straight line from two different locations. The method is called with a polyline. To make the line on the Google map, we still use the basic coding to display the Google map on our personal website. Once you open the page, now make a folder on your personal web page by following the steps in the article. Once the folder is successfully created, then we proceed to the next step.

Next step, type the code below which serves to show the line polyline.

var polyline = new GPolyline([
new GLatLng(-7.919536103992129, 112.59542226791382),
new GLatLng(-7.930529082052441, 112.61073231697083)
], "#ff0000", 10);
map.addOverlay(polyline);

Put the code above under the code below.

Friday, November 25, 2011

Viewing Longitude and Latitude Position in Google Map on your Personal Web


Some articles that I made earlier with the title Marking Locations in Google Maps on Your Personal Web whose content is a way of showing the location of the marker position on Google Map. In the article there is also a demo of how to see the position of longitude and latitude. Due to the article I will leave Viewing Position Longitude and Latitude in Google Map on your Personal Web, so in this article I will show you how to make it.
                                                 
Okay, without many strings attached, let us begin to make it. As the foundation of manufacture,

Sunday, November 20, 2011

Marking Locations in Google Maps on Your Personal Web


After making a few days ago I wrote an article how to display the google map on our own personal website, now I'll write an article how to indicate a location on google map ours is. Marker. Yes, the name of the location marked on the google map marker commonly called. Generally the picture is the same markers as the picture next to it. But did not rule out the marker image is not the same as the picture beside.
Usually the use of these markers are used to indicate a position location information. Let's say, on my blog

Monday, January 10, 2011

Track My Location



Hi All My friends...

I'll tell you where I am, if you want to know Where I am! Click Here...
I just wanna try to check my GPS Accuracy...

Look at to this picture bellow :
I would like to share a map with you
Published with Blogger-droid v1.6.5

Comments