Sử dụng bộ sưu tập để sắp xếp ngăn nắp các trang
Lưu và phân loại nội dung dựa trên lựa chọn ưu tiên của bạn.
Có giới hạn về tốc độ trên API không?
Đối với Places Aggregate API, có một giới hạn mặc định về tốc độ là 1.200 truy vấn mỗi phút.
Sự khác biệt giữa "included_primary_types" và "included_types" trong TypeFilter là gì?
included_primary_types: Bộ lọc cho những địa điểm có các loại được chỉ định là danh mục chính hoặc danh mục ưu tiên. Những địa điểm này cũng có thể có các loại phụ khác.
included_types: Lọc những địa điểm có các loại được chỉ định là một trong các danh mục của địa điểm đó, bất kể đó là loại chính hay loại phụ.
Ví dụ: một lượt tìm kiếm sử dụng included_primary_types được đặt thành restaurant sẽ trả về những địa điểm có chức năng chính là phục vụ đồ ăn, trong khi included_types được đặt thành restaurant sẽ trả về những địa điểm phục vụ đồ ăn ngay cả khi địa điểm đó có một danh mục chính khác, chẳng hạn như một museum có cafe.
Làm cách nào để xác định một vùng tìm kiếm tuỳ chỉnh không phải là hình tròn?
Bạn có thể xác định một khu vực tìm kiếm tuỳ chỉnh bằng đa giác. Cung cấp danh sách toạ độ vĩ độ và kinh độ xác định các đỉnh của một đa giác duy nhất theo chiều ngược chiều kim đồng hồ. Toạ độ đầu tiên và cuối cùng phải giống nhau để đóng đa giác.
[[["Dễ hiểu","easyToUnderstand","thumb-up"],["Giúp tôi giải quyết được vấn đề","solvedMyProblem","thumb-up"],["Khác","otherUp","thumb-up"]],[["Thiếu thông tin tôi cần","missingTheInformationINeed","thumb-down"],["Quá phức tạp/quá nhiều bước","tooComplicatedTooManySteps","thumb-down"],["Đã lỗi thời","outOfDate","thumb-down"],["Vấn đề về bản dịch","translationIssue","thumb-down"],["Vấn đề về mẫu/mã","samplesCodeIssue","thumb-down"],["Khác","otherDown","thumb-down"]],["Cập nhật lần gần đây nhất: 2025-09-04 UTC."],[],[],null,["# Places Aggregate API FAQ\n\nIs there a rate limit on the API?\n---------------------------------\n\nFor Places Aggregate API, there is a default rate limit of\n1,200 queries per minute.\n\nWhat is the difference between 'included_primary_types' and 'included_types' in the TypeFilter?\n-----------------------------------------------------------------------------------------------\n\n- `included_primary_types`: Filters for places where the specified types are their main or primary category. These places might also have other secondary types.\n- `included_types`: Filters for places that have the specified types as any of their categories, regardless of whether it's the primary or secondary type.\n\nFor example, a search using `included_primary_types` set to `restaurant` would\nreturn places whose primary function is to serve food, whereas `included_types`\nset to `restaurant` would return places that serve food even if they have\nanother primary category, such as a `museum` with a `cafe`.\n\nFor further reading, visit [Place Types](/maps/documentation/places/web-service/place-types).\n\nHow do I define a custom search area that isn't a circle?\n---------------------------------------------------------\n\nYou can define a custom search area using a polygon. Provide a list of latitude\nand longitude coordinates that define the vertices of a single polygon in a\ncounter-clockwise order. The first and last coordinates *must* be the same to\nclose the polygon."]]