HopStop Web Service


The following operations are supported.
To see the description of the service in WSDL 1.1 format please click here (or click here if you use a Microsoft IDE to build a client application).


GetRoute
To get subway and/or bus, and walking directions and maps for a route from address1 to address2. Returns either route info, or preview thumbnails for address1 and address2 if several matches found for the addresses.

GetRouteByThumbnailIds
To get a route using thumbnail ids returned by GetRoute.

GetRouteInfo
To get info of a route by its id.

GetRouteCopy
To get a copy of a route specified by its id. Used to derive a new copy of a route and its maps to prevent changing the original route, and its maps.

GetMap
To get a map for an address. Returns either map info, or preview thumbnails if several matches found for the address.

GetMapByThumbnailId
To get a map using a thumbnail id returned by GetMap.

GetMapInfo
To get info of a map by its id. Accepts parameters to move, zoom, re-center the map if needed.

GetMapCopy
To get a copy of a map specified by its id. Used to derive a new copy of a map to prevent changing the original map.

GetCities
To get a list of available cities.

GetCityInfo
To get info of a city, including ids/names of its counties, and the default county.

Geocode
To get points for an address.