seeshy.com API
Although a full API is not available yet, it is possible to automatically redirect searches to a particular place without creating custom links using the following parameters:
- lat: the latitude of the place
- lng: the longitude of the place
- desc (optional): a display name for the place
The actual URL will look like:
http://seeshy.com/search?lat=xxxxxxx&lng=yyyyyyyyy&desc=Some%20TitleFor Example:
http://seeshy.com/search?lat=40.7587938364554&lng=-73.9853990077972&desc=Times%20Square%20NYCYou can use Google Maps API to retrieve coordinates for each place
