GoogleMapsPlacesV1Photo class
Information about a photo of a place.
Constructors
-
GoogleMapsPlacesV1Photo({List<
GoogleMapsPlacesV1AuthorAttribution> ? authorAttributions, int? heightPx, String? name, int? widthPx}) - GoogleMapsPlacesV1Photo.fromJson(Map json_)
Properties
-
This photo's authors.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- heightPx ↔ int?
-
The maximum available height, in pixels.
getter/setter pair
- name ↔ String?
-
Identifier.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- widthPx ↔ int?
-
The maximum available width, in pixels.
getter/setter pair
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