| CreateOrUpdateCity(string ticket, TransitCity city) | WebLocationService | |
| CreateOrUpdateCountry(string ticket, TransitCountry country) | WebLocationService | |
| CreateOrUpdateNeighborhood(string ticket, TransitNeighborhood neighborhood) | WebLocationService | |
| CreateOrUpdateState(string ticket, TransitState state) | WebLocationService | |
| DeleteCity(string ticket, int id) | WebLocationService | |
| DeleteCountry(string ticket, int id) | WebLocationService | |
| DeleteNeighborhood(string ticket, int id) | WebLocationService | |
| DeleteState(string ticket, int id) | WebLocationService | |
| GetAccountCities(string ticket, ServiceQueryOptions options) | WebLocationService | |
| GetAccountCitiesCount(string ticket) | WebLocationService | |
| GetCities(string ticket, ServiceQueryOptions options) | WebLocationService | |
| GetCitiesByCountryId(string ticket, int id, ServiceQueryOptions options) | WebLocationService | |
| GetCitiesByCountryIdCount(string ticket, int id) | WebLocationService | |
| GetCitiesByLocation(string ticket, string country, string state, ServiceQueryOptions options) | WebLocationService | |
| GetCitiesByStateId(string ticket, int id, ServiceQueryOptions options) | WebLocationService | |
| GetCitiesByStateIdCount(string ticket, int id) | WebLocationService | |
| GetCitiesCount(string ticket) | WebLocationService | |
| GetCityById(string ticket, int id) | WebLocationService | |
| GetCityByTag(string ticket, string tag) | WebLocationService | |
| GetCountries(string ticket, ServiceQueryOptions options) | WebLocationService | |
| GetCountriesCount(string ticket) | WebLocationService | |
| GetCountriesWithDefault(string ticket, string defaultname, ServiceQueryOptions options) | WebLocationService | |
| GetCountryById(string ticket, int id) | WebLocationService | |
| GetNeighborhoodById(string ticket, int id) | WebLocationService | |
| GetNeighborhoods(string ticket, ServiceQueryOptions options) | WebLocationService | |
| GetNeighborhoodsByCityId(string ticket, int id, ServiceQueryOptions options) | WebLocationService | |
| GetNeighborhoodsByCityIdCount(string ticket, int id) | WebLocationService | |
| GetNeighborhoodsByLocation(string ticket, string country, string state, string city, ServiceQueryOptions options) | WebLocationService | |
| GetNeighborhoodsCount(string ticket) | WebLocationService | |
| GetStateById(string ticket, int id) | WebLocationService | |
| GetStates(string ticket, ServiceQueryOptions options) | WebLocationService | |
| GetStatesByCountryId(string ticket, int id, ServiceQueryOptions options) | WebLocationService | |
| GetStatesByCountryIdCount(string ticket, int id) | WebLocationService | |
| GetStatesByCountryName(string ticket, string name, ServiceQueryOptions options) | WebLocationService | |
| GetStatesByCountryNameCount(string ticket, string name) | WebLocationService | |
| GetStatesCount(string ticket) | WebLocationService | |
| MergeCities(string ticket, int target_id, int merge_id) | WebLocationService | |
| MergeCitiesByName(string ticket, int target_id, string name, string state, string country) | WebLocationService | |
| MergeNeighborhoods(string ticket, int target_id, int merge_id) | WebLocationService | |
| SearchCitiesByName(string ticket, string name, ServiceQueryOptions options) | WebLocationService | |
| SearchNeighborhoodsByName(string ticket, string name, ServiceQueryOptions options) | WebLocationService | |
| WebLocationService() (defined in WebLocationService) | WebLocationService | |