Archive

Posts Tagged ‘poi’

Android – Iphone City Guide Application

November 23rd, 2011 Comments off

General idea of the app

We would like to create a mobile city guide application. Users of this app will be able to search sightseeing, monuments, historical places and other POInts of interest (POI) by using two type of interface: either a categorized list (POI ordered by type) or by viewing a map (POI as pins on map). Users can also see more details of a POI when they select it, like photos, a describing text, and also be able to rate, write comments, send this to a friend or post it to so…

Crawl Poi From Google Earth

November 22nd, 2009 Comments off

Write a script (Python, JavaScript, C#) to extract the Points of Interest for top 80 cities in the US using Google Maps API. (I will provide the list of cities) Each point of interest will have the following:
- name
- full address
- latitude
- longitude
- phone number (if any)

Bear