Shortened URLs generated by Google Maps

Feature in Google Maps that automatically generated a Short URL (aka URL Shortner) to link to any page on Google Maps. This quickly became one of our most popular experiments, and today we’re excited to announce that we have graduated the Short URL into an official feature of Google Maps.

Starting today, when obtaining a link to a Google Map using the ‘Link’ button on the upper right-hand corner of the page, you now have the option of obtaining a convenient, shortened link by clicking on the ‘Short URL’ check box. Shortened URLs can make it easier to coordinate events and share maps with your friends.

Click on the link button to create a Short URL for a location

All  take advantage of Google’s recently announced g.co shortening service. We only use g.co to send you to Google web pages, and only Google Maps can generate a g.co/maps URL. This means that you can visit a a g.co/maps shortcut with confidence, and always know you will end up on a Google Maps page.

 

Is Freeer realy Can be Free?

 

It is a deceptive ad that attempts to leverage Google Places as a benefit to the package. How much freer than free can free be? I suppose that the offer revolves around some claiming package but is amazing to me that a company of Register.com’s stature would attempt to leverage Google’s good name in such a way.

 

Now You Can See the Weather in Google Maps

Whether you’re organizing a trip overseas or a picnic at a local park, knowing the weather forecast is a crucial part of the planning process. Today, we’re adding a weather layer on Google Maps that displays current temps and conditions around the globe, and will hopefully make travel and activity planning easier.

To add the weather layer, hover over the widget in the upper right corner of Google Maps and select the weather layer from the list of options. When zoomed out, you’ll see a map with current weather conditions from U.S. Naval Research Lab. And, if you look closely, you can also tell if it’s day or night around the world by sun and moon icons.

Enabling the weather layer also gives you an instant weather report for friends and family living around the world. For example, it looks like my family in London isn’t experiencing the best summer weather right now:

Weather near London, UK

Clicking on the weather icon for a particular city will open an info window with detailed data like current humidity and wind conditions, as well as a forecast for the next four days. Below is the upcoming forecast for my location in wintertime Sydney, which seems to have the similar weather as London!

Changing the units of wind speed (Mph/KMph) and temperature (F/C), and enabling or disabling the clouds (when you’re zoomed out), can also be done from the left-hand panel.

Weather left hand panel

Get started now and check out the weather layer here.

The Fruit Trees with Google Maps

If you live in the northern hemisphere then the time and fruit is ripe to put on your foraging cap. I’ve been picking and cooking & baking with this year’s blackberry crop for about a month now. If you want to know where you can find your nearest fruit trees and edible plants then these Google Maps should be able to help:

Urban Edibles – This crowdsourced map can help you find wild food sources in Portland, Oregon.

Concrete Jungle – Your Google Maps based guide to wild food sources in the Atlanta area.

Boise’s Urban Foods Map – If you live in Boise then consult this Google Map to find your nearest foraging locations.

Neighborhoodfruit is a crowdsourced map of fruit trees on public land in the U.S.. It is possible to search the map by zipcode.

Forage.rs is a collaborative map of edible and useful wild plants worldwide. Plants added to the map are linked to information about how they can be used, including photographs, stories, and recipes added by users.

Urban Edibles – a collaborative map of wild edible plants and fruits in Amsterdam.

Mundraub – showing you where you can pick free fruit and vegetables in Germany.

via GoogleMapsMania

High resolution in Static Google Maps API

The Static Maps API is a great service for when you need to quickly generate a static, lightweight map. Following the updates to the Maps API/Earth API Terms of Service earlier this year, mobile application developers are now free to use the Static Maps API in native mobile apps, providing the map links to the Google Maps app or website for the same location. However the high pixel density of some mobile screens can make the labels and icons on such a static map unreadably small.

For this reason, we’re introducing a new feature of the Static Maps API that smoothly doubles the size of the whole image including labels, icons, and overlays, to suit high resolution screens. To apply this upscaling to an existing Static Maps API image, simply append &scale=2 to the URL.

The image returned will contain the same level of detail, but be twice as wide and tall without the stepping or blurring that results from upscaling an existing image:

scale=1
(default)
scale=2

Note that when using the scale parameter the pixel size of the returned image is the product of the size and scale values given in the URL. The size parameter therefore now specifies the size of the required image in Density-independent pixels or Points, as they are known in the Android SDK and iOS SDK respectively.

Web based apps can also benefit from higher resolution Static Maps by adding a scale=2 image to the page with a CSS width and height that matches the size parameter. By default, the browser on many mobile devices upscales images in web pages by a device specific factor based on the pixel density of the screen. However these devices will preserve additional detail in the image if the image pixel : CSS pixel ratio matches or exceeds the scaling factor, which can be found by querying window.devicePixelRatio in JavaScript.

For example, below are the above two maps side-by-side with the same CSS size. On a desktop screen with a window.devicePixelRatio of 1.0 these will look almost indistinguishable. However open this blog post on a device with a high resolution screen, such as a Samsung Nexus S or Apple iPhone 4, and the image on the right will look significantly sharper.

scale=1 scale=2

As an added benefit, Maps API Premier developers can also request maps with a scale factor of 4. Although this exceeds the maximum window.devicePixelRatio of current mobile devices it does facilitate generating maps for printing at high quality:

scale=4

Note however that the largest image pixel size that the Static Maps API can generate for Premier customers, regardless of the value of the scale parameter, is 2048×2048. Consequently at scale=4 the largest available value for the size parameter is 512×512. Note also that any use of the Static Maps API for generating maps to print must comply with the Permission Guidelines for Google Maps and Earth, which apply equally to Maps API Premier customers.

For more information on the scale parameter, and the other great Static Maps features, check out the Static Maps API documentation. We hope this feature helps your apps enjoy the full benefit of the high resolution screens that are increasingly popular, and makes them just that little bit easier on the eye!