我有Region(城市列表)、Rental(租赁信息列表)和Rental_Location(租赁地址列表+纬度/经度)的数据库表。基本关系是:RegionshaveManyRentals(withFK'sregion_idandrental_location_idinRentalstable)LocationshaveManyRentals,orthereverselogicRentalbelongsToaLocation我想做的是从region_id(来自rentals表)获取一个区域中所有出租的位置信息,以及包括位置空间数据(rental_locations表):$region=R