Google Maps Image Fetcher – PHP Script

Overview

GMIF allows you to import a CSV file and get a list of images from Google Maps.

Features

  • Import Addresses from CSV File.
  • Fetch all images except blank images.
  • Try to fetch Satellite Images if there is a blank image.
  • Put all Images into a zip file.
  • UTF-8 Character-Set Support.
  • Attractive GUI

Requirements

  • PHP 5.3
  • Google Maps Api

Instructions

  • Navigate to https://developers.google.com/maps/
  • Signup your Account and Get Google Maps API Key
  • Edit lib/common.php and set GOOGLE_MAPS_API_KEY with your own
  • Set zoom level by editing ZOOM value.
  • Upload all the files to your web server.
  • Enjoy!

Related