Google Indoor Maps – Navigate Inside the building

We all are using the Google maps on a very high frequency that we find it very easy to reach any new place without a fear of getting distract route , we are all so comfortable using the Google Maps because of the way they offers the dynamic features. Google maps has ample of features that allows  its users to enjoy their travel without any fear. So,now that we have already been using this location search tool -Google maps, but now you can use it for Indoor  navigation as well. Yes, the Google Indoor Maps are introduced by Google Maps.

Google Indoor maps  is the tool to navigate inside the building or any mall or airport or any big infrastructure. Indoor maps helps you to find the location of your favorite Brand in the mall, or may be you are looking for some office in a building then also you can use Indoor maps feature of the  Google maps.

Well, the question arises now is how can we use the Google Indoor Maps Feature of  Google Maps , so let me show you the way to use it:

Google Indoor Maps

  • open the google maps in your phone or Web platforms.

  • Search for any location .for example : a Mall

  • Tap on the location searched and zoom in the location.

  • Once you zoom in the searched location it will show you the inside area  of the mall and the  shops which are there.
  • They also provide a static map, which can be created by Owner or Manager of Organization.

So, this is how Google Maps’ Indoor maps are helping Google Maps’ users finding any shop in the mall, or an office in a building or anything which is present in the building. Use Indoor Maps which helps you in exploring the new building ,new things in the mall and what not. Do let us know how much useful Indoor Maps are for you.

Road Map, Satellite Map, Terrain Map- Types Of Google Maps Layer

Google Maps is reaching the heights of  the Perfection in providing services to its users, Google Maps is one of the largest location service provider. They have again putted some features to make its use easy and flexible which will obviously make its users happy. We can use the Google maps in three different ways too. Types of Google Maps – Road Map, Satellite Map, Terrain Map. 

So, there are enormous use of all the three. Road Map has its own important features, Satellite View can also be very fruitful for Google Maps users, and the Terrain, it is also the greatly used  Map of Google Maps.

You may check all features covered under one article for Google Map.

Types of Google Maps – Road Map, Satellite Map, Terrain Map:

Basically, we have three types of Maps which are as follows :

  • Road Map

  • Satellite Map

  • Terrain Map.

Let us discuss all the features, good, bad and everything about these Google Maps Layers.

Road Map – Types of Google Maps

Road map Basically is the Map which we see which we visualize when we open the  Google Maps. It is the Normal and general Map which helps us to Navigate,to find location through roads, it is the basic version of the maps.

We can also use the Road maps to mark the places,for voice  navigations and all the other features can be used through it. It is one of the simplest way to find out the routes,locations, making our own route and what not.

Satellite Map – Types of Google Maps:

Satellite Maps gives the imagery view of any location or area . It shows  how a place would look like from satellite. These kind of maps are more certain and reliable ,they shows us the best possible ways to any location.

As it shows how the earth or part of earth will look like it makes easy for us to find out the area or location which we wish to know or which we want to visit, it gives the real image of the area , such that we can easily use this.
We can easily use all the features of google Maps in satellite view as well, like WIFI use only, add stop  in between the route and everything else can be done with the satellite map.

Terrain Map – Types of Google Maps:

Terrain Maps are useful for every Individual. Terrain Maps are the ones which makes us identify the terrain area or mountain area easily, they are shaded with the stone color or brown color to make them identify easily.

This useful terrain Map can be used by any individual user of Google Maps, and it also supports all the features of Google Maps like Label the locations.

45 degree imagery – Types of Google Map:

The  Google Maps provide 45 degree image resolution. This high resolution maps provide perspective view for each direction ,these images are available at higher Zoom level for the maps type supported.

So,these are the three Types of Maps which can be used by any individual for their convenience they allow you to access all the features of google maps . Now that you know about the type of maps , use them and do let us know your experience by commenting in the comment box.

Get County, postal address, administrative area On Google Maps

From adding stop in the route to limiting data usage by downloading offline area while connected to WIFI  , Google Maps has ample number of features for its users .Google Maps is widely introducing new Features for its users. Google Maps is providing these feature without restricting their use to Google maps application, rather you can also go for web platforms to use these Features. Add to it , Google Maps have now introduced one more feature to add to the list :  Get an area covered of County, postal address, administrative area On Google Maps.

Postal address of a Location can be found very easily through Google Maps’ My Maps or vice versa. With this feature of google Maps you can search postal address of any location or you can search any location when you know the postal address.

You may be interested in looking over 35+ Google Map cool tips and tricks.

Get County, postal address, administrative area On Google Maps

This feature is really very helpful for the people across the globe. Moreover this feature is accessible on web and application both.

Lets see how this feature of Google Maps works:

  • Open the Google maps on your phone application or on web platforms.

  • If you wish to know the postal address of your current location than tap on the  pin.

  • Once you tap on the pin you will see the card appearing for your location and it will provide you with the full postal address of the location.

  • If you wish to know the Location for any postal address you can search for location with the postal address.

  • Now,it will show you the location for which you were looking.

If you type the pincode or zipcode then their might be chances that Google Map would provide you whole administrative area of the respective pincode or zipcode as can be shown in figure below. The area indicated or covered by red border. While I didn’t find Google Map api to provide this feature to extract the area. Neither any notice is given, if this feature could be added to Google Map API in future.

Get County, postal address, administrative area On Google Maps

Disclaimer and note: That we are not sure whether Google Map shows the administrative area collected from Crowd sourced or if they are showing the area given by third party or Governments. So I am not sure to claim for the correctness of Google map in showing those Administrative Area.

Google Maps is the most used map tool by individuals as well as the organisations, governments also uses it for many purpose.

By Getting this Administrative area, we can take a snapshot and georeference the image and finally get a shapefile or KML file out of this image with the help of digitization.

Now that  you know about getting postal address, how this would help you to get administrative area and how to get a shapefile or KML file. So, make optimum use of this article and do let us know how useful this article is for you by commenting below in the comment box.

Add or Load GeoJSON file – Point, Polyline or Polygon map – Leaflet js

Are you looking to create a map interactive application to locate markers with points, or to highlight an area by polygon or to draw or show a river or roads line with polyline? With Leafletjs library and GeoJSON as GIS data, we can easily create a map which we are looking for and render the output in browser. Leaflet js is an opensource small library to create interactive map. GeoJSON is one of the GIS data structure which stores geographic data in JSON format. GeoJSON supports point, line, polygon, multipolyline, multipolygon and Geometry collection which can represent a geometry, feature or a collection of features. A detailed structure of GeoJSON would be written in separate article.

Add or Load GeoJSON file

This Article would let you know how to render and load geoJSON file with the help of leaflet js library. Also you would also get an idea by this article to implement a click event over a GeoJSON file and fetch information associated with the feature of GeoJOSN data loaded as map.

If you are not familiar with Leaflet, I would recommend you to read first the Getting Started tutorial with Leaflet js Library to create map application.

Lets setup a Base Map First i.e loading openstreetmap or osm in leaflet, in a html file:


<!DOCTYPE html>
<html>
<head>
<title>Getting Started - Leaflet js Map interactive library</title>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="https://unpkg.com/leaflet@1.0.3/dist/leaflet.css" />
<script src="https://unpkg.com/leaflet@1.0.3/dist/leaflet.js"></script>
</head>
<body>
<div id="map" style="width: 1000px; height: 600px;"></div>
<script>
var newMap = L.map('map').setView([38.9188702,-77.0708398], 13);
L.tileLayer('http://{s}.tile.osm.org/{z}/{x}/{y}.png', {
attribution: '&copy; <a href=”http://osm.org/copyright”>OpenStreetMap</a> contributors'
}).addTo(newMap);
</script>
</body>
</html>

Above script would output and render an osm base map. Now lets start adding different features on map one by one with GeoJSON file.

Add or Load GeoJSON file – Load Polygon with leaflet on Map:

Add following script, and replace the ‘usa_adm.geojson’ to the file you are want to render.


// loading GeoJSON file - Here my html and usa_adm.geojson file resides in same folder
$.getJSON("usa_adm.geojson",function(data){
// L.geoJson function is used to parse geojson file and load on to map
L.geoJson(data).addTo(newMap);
});

After adding the polygon layer you may want to view or load the map area covered or extended by the polygon GeoJSON file. i.e On Map load you want to zoom and pan according to the extent or to fit layer bounds. For this, Leafletjs provided a function to calculate the bounding box of the geojson file or layer i.e layer.getBounds(). And also with leaflet map fitBounds function i.e map.fitBounds(“bounding coordinates”). Here is the line which you needs to add to script:


newMap.fitBounds(datalayer.getBounds());

Finally, we are left only adding a click event to get the features data. With the help of Leaflet L.geoJson optional object parameter with key “onEachFeature“, we can add and define click event on every feature of the layer.

Here we would be fetching the attribute data of the feature clicked on Polygon GeoJOSN file. So before writing any script, we need to list out the feature properties list. You can get those properties key name easily if you are familiar with JSON files and structure.

So lets define a function named as onEachFeature and replace the ‘key’ keyword with your actual feature properties key of GeoJSON file:


onEachFeature: function(feature, featureLayer) {
featureLayer.bindPopup(feature.properties.key);
}

So your final leaflet geojson code combines as i.e For adding polygon GeoJSON file on map, with click event and fit to extent functionality.


$.getJSON("usa_adm.geojson",function(data){
// add GeoJSON layer to the map once the file is loaded
var datalayer = L.geoJson(data ,{
onEachFeature: function(feature, featureLayer) {
featureLayer.bindPopup(feature.properties.NAME_1);
}
}).addTo(newMap);
newMap.fitBounds(datalayer.getBounds());
});

As I have loaded a US administrative polygon GeoJSON here, we can see following output as :

Add or Load GeoJSON file – polygon

Add or Load GeoJSON file – polyline on Leaflet Map:

Adding polyline Geojson with leaflet library is same as adding polygon file. So the above code would work for loading polyline GeoJSON file. Just you need to replace the file name with your polyline GeoJSON file and features properties key have to replaced by the actual key name, of which you want to retrive information.

Add or Load GeoJSON file – polyline

Add or Load GeoJSON file – point with Leaflet js on Map:

Adding Point GeoJSON file is same as loading Polygon GeoJSON file. Here is the output you can see for the famous world Cities.

Add or Load GeoJSON file – point

If you find any difficulty in adding or loading GeoJSON file on map with leaflet library, do comment below with your queries.

Google Maps Review Ratings of local Favorites – Know users view

Google maps, One can access map on desktop and on phone as well we have an application for Google maps that we can download from play store. Google map provides us with so many functions like navigation, locations, our history location is also been showed by  Google maps. So adding to the list we have one more new option updated by Google maps that  Google Maps Review Ratings and  “find your favorites” nearby.

So, if you are new to place you will definitely be obliged to thank Google maps for this option. Google is trying to render its services to people in the best way possible no matter if that means being a city guide.

Google Maps Review Ratings – Search Nearby Brief

Now Google maps suggest you the places you can visit, restaurants you can fill your hunger at , or maybe a good pub to enjoy the Saturday night at.

To use this option all you need is a Google map application in your android phone.

Check the following steps to find out your local favorites in the Google map application:-

  • Open your mobile app.
  • Tap on the search bar.

  • Once you tap on the search bar you will find some option

  • Tap on ‘MORE’ icon.
  • Now you will be able to get all the options.

  • Select any option whichever you want. For example:-restaurants.
  • Once you tap on restaurants icon it will give you a list of restaurants nearby you.
  • Tap on the individual restaurant card, doing so lets you check everything about that particular restraunt.

So, it is not only about filling your hunger up but it can be anything else which you need around your location.

Google Maps Review Ratings of LOCAL FAVORITES

while finding your nearby places you can select the places  on the basis of ratings and reviews as google maps will show you the ratings and reviews for every place it shows. Moreover  you can also add the places you had been to and you can review and rate any place you had been to.

Now you know that you can also update the places you had been to ,and also you can rate and review them, but how???

we will show you how to do that, check the steps below :-

Write Reviews and rate the places – LOCAL FAVORITES

suppose you want to rate and review the restaurant you recently been to,  so for that all you need to do is ;

  • Open your Google maps application in your phone.

  • Tap on the search bar.

  • write the name of the place you had been to.
  • click on it .
  • open the card that shows your search

  •  scroll down it to the end .
  • There you will see the option of rate and review.

  • Tap on these stars and it will ask you your review  and you are done with rate and review part.

Sometimes it happens that we do not remember the name of the place but damm you really liked that place and want other too to visit there at least for once. So it is also a very easy task to rate and review that place as Google saves your history locations . so rating and reviewing that way you can take the following steps:-

  • Open the Google maps app in your phone or desktop.

  • On the top left corner of your screen you will see the hamburger  button.
  • Tap that button and you will see the “your contribution” option.

  • Tap on “your contribution” option.
  • once you tap that option scroll it down and you will see “place you’ve visited” in the bold letters .

  • That is the place from where you can do the review  and rate thing for the place you had been to.

Look over Google Maps Tips and Tricks list and also Google Map Gas Station.

Check Ratings and reviews – Local Favorites

Have you ever thought of being to a new place and looking for a good restaurant, but nobody can decide  it without having been to it or maybe having someone who had been to it can help,also this will help to an extent. To check ratings and reviews of local favorites nearby your locations ; following are the steps for it :

  • open the Google Maps application in your phone.

  • Tap on the search options.

  • Choose your option out of all the choices given. for ex :restaurant.
  • Tap on the Restaurant

  • Open the card of any restaurant  out of all the options.

  • once  you open the card scroll it down
  • There you can see the ratings and reviews given  to that restaurant by the people who had been there.

On the basis of these ratings and reviews you can select the best option available. This way it makes so convenient to choose  a good place without wasting your resources. Use Google Maps Review Ratings feature offered by Google maps and I would love to hear how this article helped you!

Create Customized Maps with Google Maps – My Map Feature

My Map is one of the new feature offered by the Google Maps, Google maps are trying to satisfy their users by providing the best ease of using the Google Maps. Customization has reached to a level that now it is available in the google maps too. My maps is the tool which helps in making your own customized and personal maps.

Customization of the Maps has never been so easy than this. customization itself is a very much good attribute to hike upon on business and as we all know that we like the things which we can mould according to us, according to our comfort, according to our ease of use ,according to our benefit.

My Maps feature on web Platform – Google Map

Primary Features of My Maps

Let us check the way to use My Maps Feature on web, so as to create your own customized map:

  • To use my maps features of Google Maps open Google Maps in the Web platform google map  my map editor. Or you can do it by navigating to google map and follow this steps:

  • Tap on the hamburger button located left to the search bar.
  • when you tap on the hamburger button you will see ‘your places’ options.

  • Tap on ‘your places’ option.

  • once you tap on the ‘your places’ options you will see the card getting opened for your your places.
  • Tap on the ‘Maps’ option of the ‘your places’ card.
  • once you tap that card you will see the maps you have already created and in the bottom you will see the option to ‘create maps’ and ‘see all your maps’.
  • Tap on either of the option to create your customized map.

  • You will see this ‘create a new Map’ option, tap on it and now you can create your own map.

So, this is how you can make your customized map. Still not satisfied with the level of customization? okay not a big deal for google Maps, adding more features to Customization now you can also add image to your markers. As shown in the above image you can see at the right bottom of the card a camera sign, that means you can also add the image of your choice to that mark.

There are so many things which you can do with your customized Maps , such as :

  • Making Polygons: You can make polygons with the help of ‘draw line’ options by joining them. You can also change the color of the polygon once you save the polygon you can add color to it by tapping on the style icon. We use colors to give every polygon an Identity, You can give blue color to the polygon for water surfaces, green indicates park or garden.
  • Draw lines :  While with the plain lining you can also add the route for four wheeler, two wheeler and for the pedalist as well. You can use styling to color the poly lines also.
  • Label the spots :  you can also add the spots and label them.

  • Add the Marker : as shown in the above image I have marked a location by tapping on the pin.
  • You can also add directions to it:  you can add directions too while creating your customized map.
  • measure the distances: Google Maps customized map also help you in measuring the distances.

Share your Maps:  

You can also share your Maps by tapping on the ‘your Places’ and then tapping on the Maps to see all your Maps when you can see all  your Maps tap on any map and then it will be opened up as shown in the above picture.tap on the share button and then give a name to your Map and fill its description, and then add the name of the people you want to share it with and change the access according to you.

Secondary Features Of My Maps – Create Customized Map

Google Maps’ My Maps features also facilitates you to check map explorer option of Google map:

  • All Maps that you have created, own and the ones which you do not own.

  • Maps you own

  • Maps shared with You

  • Maps not owned by you

  • Maps you have been recently to.

Maps View :

You can also view the maps according to your preferences, you can arrange them in the list or grid order, you can also sort them according to you.

  • List View

  • Sorting

Moreover, you can also ‘Share customized maps’ on Google maps ,for other users to use and explore them and get to know about the various locations. Google Maps are very much known and reachable to anyone across the globe.

Look more Google Map tips and Tricks, So,now make your own map ,showcase your location, let people know more about the places , and enjoy the customization at Google Maps too.

Explore Maps Story – Google Maps My Map Explorer feature

Google Maps has been proving itself since very long, Google Map is one of a kind, location search engine.  Google Maps is the location search engine which is laced with the long list of the features . Google maps offers the best ever features to its users. Starting from the navigation they have now reached up to a very big level and advanced features. Now in addition they have allowed their users to make their maps and share them with the other users. My Maps – Maps Explorer are the very useful features offered by  Google Maps to its users.

This Feature can be used on the web platforms . Google Maps My Maps – Maps explorer features are very useful for the people who are travel freak or may be for the people who loves to know about the different locations of the different countries.

Explore Maps Story – Google Map Explorer

The Maps in the explore section of the My Maps features are the ones which are made by the people across the globe and  have shared it.

To explore the Maps across the world all you need to do is to follow the below steps:

  • Open the Google Maps on web  platform and login to it.

  • Tap on the Hamburger button located at the left of search tab.
  • After tapping on the Hamburger button scroll it down and you will see ‘your Places‘ option.

  • Tap on ‘your Places’ option .
  • once you open your places you will find four option ,tap on the last one that is ‘Maps’.

  • Tap on the Maps and you will get ‘see your Maps’ option, tap on it.

  • Once you open the explore option you can see the maps created and shared  over there. Or you can directly open following link if you are already login, you can check the map explorer.

https://www.google.com/maps/d/

Explore Google Map more features. This is just one feature of My Maps from Google Maps. Google Maps allows you to create your customized apps. So,there are more features to your ease offered by Google Maps.

Map makers retiring in March 2017

We all know how much Google has put efforts to make Google Maps the biggest location search engine. Google Maps provide us with so many features like add stop, master navigation, voice navigation, it also helps us to download offline area over wifi such that it will help you to limit your data usage and helps you to save a few bucks. Google maps now allow you to make your own map also as the map maker is graduating to google maps.

Map makers getting close

Earlier Google Maps were not so common to people , but now everyone knows  what google maps are and how can they help us to go to some places, malls, nearby shops and what not. Google map also allows us to make our own map by marking the locations or places you had been to or by making the groups of the places which can help you later to look over the locations.

Map makers graduating to google maps in March 2017

This map maker feature of Google maps is expected to be closed by March 2017. Map maker feature of Google maps allow you to mark your favorite restaurants, or maybe your favorite club and resorts or it could be anything.

Google map maker has shifted to Google maps as they are adding one more feature to Google maps , now users can easily add a place, add information about the place or can edit the existing information about the place, moderate the edits and of course you can also see the status of your edits.

one can continue contributing to the google maps about the local knowledge by joining Local guide community , which can earn you points and rewards for submitting edits and providing other information.

So people , now backup your map maker data before it gets Graduate to Google maps.

So, from April onwards we will not be able to mark our own map or grouping the different entities with different makers on Map Maker.

Google Map – Options to Save, Label and Share Location

Google maps are now providing us with the Few more additional features in addition to the long list of the Features . Now , we have Save ,Label and Share  options in Google Maps. Google maps is providing a new feature every fortnight to its users, adding to it this time they have updated the Google Maps with new options like Save ,Label and share.

Save, Label and Share Location on Google Map

Now, while using Google Maps you should remember that now you can save any place that you have been to and liked it most such that you can use it in future , Moreover if You find any location and want to give your customized name to it you can do that by labeling it, and suppose if you want to share your location or any other place you can do that as well.

Google Maps now allow you to Save, Share and label any location. This feature of Google Maps can also be used on web platforms as well rather than Google Maps mobile application. Google Map also provides direct way to share location or direction to your Android or iOS mobile app.

Lets Check Save, Label and Share Location on Google Map:

  • open the app in your phone.

  • Look for any XYZ location , you can either search it or can take your current location. Or with the help of Nearby feature of Google Map you can search for the desired location.
  • Tap on the card that gets open for that location.

  • once you open that card you will see few options there, they are Save,share and call.
  • For saving the location tap on the star button and it will turn yellow that means the location has been saved.
  • You will find a Share button near to save button , tap on that button and you will get the sharing options for sharing that particular location

  • The last  but not the least is the option for Labeling the location or giving name to any location.
  • you will get the ‘Label’ option when you open the location card.
  • Once you open the location card you  will see three vertical dots above the card .

  • Tap on these three vertical dots and the first option you will see is ‘add label’.
  • Tap on add label and you can give a name to it.

Now that you have already done labeling and saving part, so now you will see the location card  is showing ‘saved and labelled’ for that particular location.

Now that we have learnt how to use these features in Google Maps application , let us see how we can do it on the web platform.

Save, Label and Share Location on Google Web Map application

You already know how to use these features in Mobile application , but lets say you are in the office can not use phone in front of the boss , then Google Maps web Platform will help you use these features .

Lets check how to use these features on web:

  • open Google Maps on the desktop and sign in to it.
  • Tap on the current location or search for any location.
  • once the card opens for that location you will see options like save,share,send to phone and Nearby.
  • when you tap on save it will be saved such that you can use it in future.
  • You can share it by tapping on the share button.

Moreover, you can also send the location to your phone, and also search for the nearby places of that location.

So this is how we can use all these features Of Google Maps. Save,Share and Label Features can help one to save location for future and can share locations with others through different kind of  means, and lastly you can also add labels to the locations. 

How this article was helpful for you do let us know by commenting below in the  comment box.

Google Maps – Routing – Avoid Tolls, ferries, Highways or Motorways

Google is one of the biggest search engine and Google maps are also one of the biggest location search engine. Google Maps are helping the people worldwide through their services and making them travel easily with different Routing options. Here we have given a brief description of Making Routes with option like – Avoid Tolls, ferries, Highways or Motorways in between route.

Google maps allow you to use your voice for navigation, allows you to measure distance and time, you can add stop in between your route, you can find the local favorites nearby you, you can rate and review the places nearby you, and what not.

In addition to it Google maps has also introduced one more feature  that helps you to avoid any route which may consists of ferries,tolls, highways. Check all features, tips and tricks of Google Map.

Google Maps – Routing – Avoid Tolls, ferries, Highways or Motorways

For avoiding ferries,tolls,highways or motorways you can follow the below mentioned steps:

  • Open the Google maps phone application in your phone.
  • Tap on the directions button.
  • Once you tap on the directions button it will ask you to fill up your current location and destination.

  • Fill up the current location and destination
  • Beside the location bars you will find 3 vertical dots.
  • Tap on those dots.

  • In the bottom you will find the ‘Route Options’.
  • Tap on the route options and you will see some options with checkbox.

  • check the box for any option you want.
  1. If you want to avoid motorways then check the box for it.

2. if you want  to avoid tolls then check the box for tolls.

3. if you want to avoid the ferries check the box for ferries

or if you want to avoid all of them then check the box for all of them

Moreover it is not only about the mobile app you can also do it on web platforms as well. You can also look over how to measure straight line distance between two points on Google Map.

Google Web Map Application – Routing – Avoid Tolls, ferries, Highways or Motorways

For using ‘route options’ on web follow the below steps:

  • open the google maps on web
  • tap on the directions button
  • fill up the locations.
  • beneath the locations bars you will find the ‘options’ written there.
  • Tap on it to see your options for route options.

So, Google maps are making  lots of changes over a period of time for their users , such that you can use it with ease and comfort. Do tell us how much ease of use does “route options” feature of Google Maps get you.

Exit mobile version
%%footer%%