fromgoogle.appengine.apiimportsearch...# Construct the GeoPoint classgeopoint=search.GeoPoint(latitude,longitude)fields=[search.TextField(name='name',value=store_name),search.TextField(name='address',value=store_address),# Construct a GeoField passing geopoint as the value of that fieldsearch.GeoField(name='store_location',value=geopoint)]
[[["容易理解","easyToUnderstand","thumb-up"],["確實解決了我的問題","solvedMyProblem","thumb-up"],["其他","otherUp","thumb-up"]],[["難以理解","hardToUnderstand","thumb-down"],["資訊或程式碼範例有誤","incorrectInformationOrSampleCode","thumb-down"],["缺少我需要的資訊/範例","missingTheInformationSamplesINeed","thumb-down"],["翻譯問題","translationIssue","thumb-down"],["其他","otherDown","thumb-down"]],["上次更新時間:2025-06-16 (世界標準時間)。"],[[["The `GeoPoint` class represents a location on Earth using latitude and longitude coordinates."],["`GeoPoint` objects are created by passing latitude and longitude values to the `GeoPoint` constructor, each within specified degree ranges."],["`GeoPoint` objects can be used within a `GeoField` to make map locations searchable in documents."],["The latitude property represents the north-south position, and the longitude property represents the east-west position, each with specific degree ranges and signs."]]],[]]