Uses of Class
com.google.api.services.rcsbusinessmessaging.v1.model.ViewLocationAction
-
Packages that use ViewLocationAction Package Description com.google.api.services.rcsbusinessmessaging.v1.model -
-
Uses of ViewLocationAction in com.google.api.services.rcsbusinessmessaging.v1.model
Methods in com.google.api.services.rcsbusinessmessaging.v1.model that return ViewLocationAction Modifier and Type Method Description ViewLocationActionViewLocationAction. clone()ViewLocationActionSuggestedAction. getViewLocationAction()Opens the user's default map app and selects the agent-specified location or searches around the user's location given an agent-specified query.ViewLocationActionViewLocationAction. set(java.lang.String fieldName, java.lang.Object value)ViewLocationActionViewLocationAction. setLabel(java.lang.String label)(Optional) The label of the pin dropped at lat_long.ViewLocationActionViewLocationAction. setLatLong(LatLng latLong)(Optional) The latitude and longitude of the specified location.ViewLocationActionViewLocationAction. setQuery(java.lang.String query)(Optional, only supported on Android Messages clients) Rather than specify a lat_long (and optionally, a label), the agent can instead specify a query string.Methods in com.google.api.services.rcsbusinessmessaging.v1.model with parameters of type ViewLocationAction Modifier and Type Method Description SuggestedActionSuggestedAction. setViewLocationAction(ViewLocationAction viewLocationAction)Opens the user's default map app and selects the agent-specified location or searches around the user's location given an agent-specified query.
-