LocationsResource class

Constructors

LocationsResource(ApiRequester client)

Properties

attributes LocationsAttributesResource
no setter
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

delete(String name, {String? $fields}) Future<Empty>
Deletes a location.
get(String name, {String? readMask, String? $fields}) Future<Location>
Returns the specified location as last set by the merchant.
getAttributes(String name, {String? $fields}) Future<Attributes>
Retrieves attributes for a location as last set by the merchant.
getGoogleUpdated(String name, {String? readMask, String? $fields}) Future<GoogleUpdatedLocation>
Returns the specified location as it appears live on Google Maps and Search.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
patch(Location request, String name, {String? updateMask, bool? validateOnly, String? $fields}) Future<Location>
Updates the specified location.
toString() String
A string representation of this object.
inherited
updateAttributes(Attributes request, String name, {String? attributeMask, String? $fields}) Future<Attributes>
Update attributes for a given location.

Operators

operator ==(Object other) bool
The equality operator.
inherited