คุณใช้ Places SDK สำหรับ Android เพื่อขอรูปภาพสถานที่ที่จะ แสดงในแอปพลิเคชันได้ รูปภาพที่บริการรูปภาพแสดงมาจากแหล่งที่มาที่หลากหลาย ซึ่งรวมถึงเจ้าของธุรกิจและรูปภาพที่ผู้ใช้มีส่วนร่วม
Places SDK สำหรับ Android จะแสดงรูปภาพบิตแมปที่มีขนาดสูงสุด 1600 x 1600 พิกเซล
กระบวนการดึงข้อมูลรูปภาพ
วิธีดึงรูปภาพสำหรับสถานที่
- ใช้รายละเอียดสถานที่เพื่อดึงข้อมูลออบเจ็กต์
Place
(โดยใช้fetchPlace()
) อย่าลืมใส่ฟิลด์Place.Field PHOTO_METADATAS
ในรายการฟิลด์ที่จะรวมไว้ในออบเจ็กต์Place
ของการตอบกลับ - ใน
OnSuccessListener
สำหรับFetchPlaceResponse
ให้ใช้Place.getPhotoMetadas()
เพื่อรับออบเจ็กต์ข้อมูลเมตาของรูปภาพประเภทPhotoMetadata
จากออบเจ็กต์การตอบกลับPlace
- สร้างออบเจ็กต์
FetchPhotoRequest
ระบุความสูงและความกว้างสูงสุด (เป็นพิกเซล) ได้หากต้องการ รูปภาพมีความกว้างหรือสูงได้สูงสุด 1,600 พิกเซล - ใช้
PlacesClient.fetchPhoto()
เพื่อขอรูปภาพบิตแมป - เพิ่ม
OnSuccessListener
แล้วรับรูปภาพจากFetchPhotoResponse
รับรูปภาพ
ตัวอย่างต่อไปนี้แสดงการรับรูปภาพสถานที่
Kotlin
// Define a Place ID. val placeId = "INSERT_PLACE_ID_HERE" // Specify fields. Requests for photos must always have the PHOTO_METADATAS field. val fields = listOf(Place.Field.PHOTO_METADATAS) // Get a Place object (this example uses fetchPlace(), but you can also use findCurrentPlace()) val placeRequest = FetchPlaceRequest.newInstance(placeId, fields) placesClient.fetchPlace(placeRequest) .addOnSuccessListener { response: FetchPlaceResponse -> val place = response.place // Get the photo metadata. val metada = place.photoMetadatas if (metada == null || metada.isEmpty()) { Log.w(TAG, "No photo metadata.") return@addOnSuccessListener } val photoMetadata = metada.first() // Get the attribution text. val attributions = photoMetadata?.attributions // Create a FetchPhotoRequest. val photoRequest = FetchPhotoRequest.builder(photoMetadata) .setMaxWidth(500) // Optional. .setMaxHeight(300) // Optional. .build() placesClient.fetchPhoto(photoRequest) .addOnSuccessListener { fetchPhotoResponse: FetchPhotoResponse -> val bitmap = fetchPhotoResponse.bitmap imageView.setImageBitmap(bitmap) }.addOnFailureListener { exception: Exception -> if (exception is ApiException) { Log.e(TAG, "Place not found: " + exception.message) val statusCode = exception.statusCode TODO("Handle error with given status code.") } } }
Java
// Define a Place ID. final String placeId = "INSERT_PLACE_ID_HERE"; // Specify fields. Requests for photos must always have the PHOTO_METADATAS field. final List<Place.Field> fields = Collections.singletonList(Place.Field.PHOTO_METADATAS); // Get a Place object (this example uses fetchPlace(), but you can also use findCurrentPlace()) final FetchPlaceRequest placeRequest = FetchPlaceRequest.newInstance(placeId, fields); placesClient.fetchPlace(placeRequest).addOnSuccessListener((response) -> { final Place place = response.getPlace(); // Get the photo metadata. final List<PhotoMetadata> metadata = place.getPhotoMetadatas(); if (metadata == null || metadata.isEmpty()) { Log.w(TAG, "No photo metadata."); return; } final PhotoMetadata photoMetadata = metadata.get(0); // Get the attribution text. final String attributions = photoMetadata.getAttributions(); // Create a FetchPhotoRequest. final FetchPhotoRequest photoRequest = FetchPhotoRequest.builder(photoMetadata) .setMaxWidth(500) // Optional. .setMaxHeight(300) // Optional. .build(); placesClient.fetchPhoto(photoRequest).addOnSuccessListener((fetchPhotoResponse) -> { Bitmap bitmap = fetchPhotoResponse.getBitmap(); imageView.setImageBitmap(bitmap); }).addOnFailureListener((exception) -> { if (exception instanceof ApiException) { final ApiException apiException = (ApiException) exception; Log.e(TAG, "Place not found: " + exception.getMessage()); final int statusCode = apiException.getStatusCode(); // TODO: Handle error with given status code. } }); });
การระบุแหล่งที่มา
ในกรณีส่วนใหญ่ คุณสามารถใช้รูปภาพสถานที่ได้โดยไม่ต้องระบุแหล่งที่มา หรือรูปภาพจะมี
การระบุแหล่งที่มาที่จำเป็นเป็นส่วนหนึ่งของรูปภาพ อย่างไรก็ตาม ออบเจ็กต์ข้อมูลเมตาของรูปภาพประเภท
PhotoMetadata
อาจมีการระบุแหล่งที่มาเพิ่มเติม 2 ประเภทต่อไปนี้
- การระบุแหล่งที่มา ซึ่งเป็นสตริงการระบุแหล่งที่มาที่เข้าถึงได้โดย
PhotoMetadata.getAttributions()
- AuthorAttributions ซึ่งเป็นออบเจ็กต์
AuthorAttributions
ที่เข้าถึงได้โดยPhotoMetadata.getAuthorAttributions()
หากออบเจ็กต์ PhotoMetadata
ที่แสดงผลมีแหล่งที่มาประเภทใดประเภทหนึ่ง คุณต้อง
ระบุแหล่งที่มาในแอปพลิเคชันทุกที่ที่แสดงรูปภาพ ดูข้อมูลเพิ่มเติมได้ที่การแสดงการระบุแหล่งที่มา
การใช้งานและการเรียกเก็บเงิน
ระบบจะเรียกเก็บเงิน SKU ของรูปภาพสถานที่สำหรับการเรียกไปยัง fetchPhoto()
ดูรายละเอียดได้ที่หน้าการใช้งานและการเรียกเก็บเงิน