Skip to main content

ES6 101 - For..of





Spatial Unlimited changes to The UI Dev


After being hosted on blogger 😣 for the last 6 years 📆, this page has finally been moved to Github.io

This means a few things for you, dear reader!


  • You will be redirected to the new page shortly! ⏩ ⏩ ⏩


  • Once crapy HTML is now better looking Markdown! 😍 😍


  • The entire blog is a Github repo! 😍 😍


  • Spatial Unlimited is now The UI Dev 😍 😍



Comments

Recommended for You

Google Street View Image API

    Street View is one of most used feature of the Google Maps and why not? You can actually see any part of the world as if you are visiting the place at that very moment. And now with the Google Street View Image API, you don't even need to carry a camera with you to the places you visit. You can take-in all the scenic beauty without even bothering about clicking a single picture. You can come back from your vacation and get a few images using the Google Street View Image API and show those images to your friends and relatives. Create an album of high definition images and go ahead and share it on Facebook for your friends to have a look.     Using the Google Street View Image API is very simple and anybody can make use of it without any programming knowledge required. I will walk you through the entire process of effectively using the Google Street View Image API. So if you are set, let's go on an amazing ride across the globe with the Google Street Views. ...

Playing with the markers and info window bubbles...

    In the last few posts, we have seen some marker examples and some information window examples. Now, lets do something interesting combining these two things. Just writing that "This is an info window" in the information bubble is not very interesting! And I know this...Have gone through the same phase!     So, today we will do something interesting! We will display the latitude- longitude co-ordinates of the point that the user clicks on the map! Doing this is not at all complex! Copy paste the following code and you will see for yourself a map coming to life!     The output of the above code looks as seen in the result section above! If you have any queries regarding the above code please comment on the blog post or feel free to contact me at my mail ID .

Google Maps - Political Wars

"With Great Power Comes Great Responsibility "     Remember these words from Uncle Ben to Peter Pan? Such is the case with Google Maps. Being one of the world’s leading online web mapping service means also trying to walk the impossible tightrope between the political bickering of countries. On several occasions, Google has found itself at the receiving end of the anomalies involving the geopolitical delineations and labels shown in Google Maps and Google Earth. Google's representation of the country borders and labels, and the interpretation of the same has caused many a political argument still date.     Google has now raised the ire of Iranians over its refusal to label the waters between Iran and the Arab Gulf states on Google Maps. Iranians call this gulf the Persian Gulf while Arabs have named it the Arabian Gulf. The government of Iran is now threatening to escalate the situation through a litigation against Google for removing the labe...

Google Map's Real-Time Traffic Layer...

    You can now check the traffic condition on the road before you leave for work, or a party or to your friend's place. Google's Traffic layer shows the traffic conditions in your area - LIVE!!! Live traffic data is available in major cities in the United States, France, Britain, Canada and Australia, with new cities and countries frequently added. The Google Maps API allows you to add real-time traffic information (where supported) to your maps using the TrafficLayer object. Traffic information is provided for the time at which the request is made. Consult this spreadsheet to determine traffic coverage support.     Let us now have a look at the Google Maps API - Trafiic Layer example. Copy the following code in a simple text file and save it as html. Click on this html file and it will open in your default browser. You will then see the traffic conditions in your area - LIVE...     The output of the above code looks as seen in the r...

ES6 Template Literals

Spatial Unlimited changes to The UI Dev After being hosted on blogger 😣 for the last 6 years 📆, this page has finally been moved to Github.io This means a few things for you, dear reader! You will be redirected to the new page shortly! ⏩ ⏩ ⏩ Once crapy HTML is now better looking Markdown ! 😍 😍 The entire blog is a Github repo ! 😍 😍 Spatial Unlimited is now The UI Dev 😍 😍