We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 84f817c commit 96fe22dCopy full SHA for 96fe22d
places-ktx/src/main/java/com/google/android/libraries/places/ktx/api/net/SearchByTextRequest.kt
@@ -16,7 +16,9 @@ package com.google.android.libraries.places.ktx.api.net
16
17
import com.google.android.libraries.places.api.model.Place
18
import com.google.android.libraries.places.api.net.SearchByTextRequest
19
-
+/**
20
+ * Type-safe price levels for filtering search results.
21
+ *
22
* @property value The integer value mapping to the SDK's price level constant.
23
* The exact amount indicated by a specific value will vary from region to region, though a
24
* value of 0 (FREE) always denotes that this place is free.
0 commit comments