GoogleMapsPlacesV1PhotoMedia class
A photo media from Places API.
Constructors
- GoogleMapsPlacesV1PhotoMedia({String? name, String? photoUri})
- GoogleMapsPlacesV1PhotoMedia.fromJson(Map json_)
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- name ↔ String?
-
The resource name of a photo media in the format:
places/{place_id}/photos/{photo_reference}/media
.getter/setter pair - photoUri ↔ String?
-
A short-lived uri that can be used to render the photo.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited