My Cities API
    My Cities API
    • Cities
      • create
        POST
      • getAll
        GET
      • getById
        GET
      • getCityBuildings
        GET
      • update
        PUT
      • delete
        DELETE
    • Buildings
      • findAll
        GET
      • create
        POST
      • findById
        GET
      • update
        PUT
      • delete
        DELETE
    • BuildingController
      • addPhotos
        POST
      • deletePhoto
        DELETE
    • CityController
      • getById
        GET
      • update
        PUT
    • Schemas
      • CityDto
      • MapString
      • Address
      • BuildingDto
      • GpsCoordinates
      • BuildingUpdateDto
      • CityUpdateDto

    GpsCoordinates

    com.domozone.mycities.building.location.GpsCoordinates

    {
        "lat": 0,
        "lon": 0
    }
    Built with