go back Home

CityService

This service provides operations that allow callers to get city records.

Operations

name role description
GET /cities
GET /cities/db
GET /cities/findNearestCity Users Finds the nearest RowCity given a latitude and longitude. This method queries all records from the city table that are within a pretend fence around the latitude and longitude.
GET /cities/{id}