GeolayerdataCommon class

Constructors

GeolayerdataCommon({String? lang, String? previewImageUrl, String? snippet, String? snippetUrl, String? title})
GeolayerdataCommon.fromJson(Map json_)

Properties

hashCode int
The hash code for this object.
no setterinherited
lang String?
The language of the information url and description.
getter/setter pair
previewImageUrl String?
The URL for the preview image information.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
snippet String?
The description for this location.
getter/setter pair
snippetUrl String?
The URL for information for this location.
getter/setter pair
title String?
The display title and localized canonical name to use when searching for this entity on Google search.
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