GoogleMapIframe class

Constructors

GoogleMapIframe({required String apiKey, String? lat, String? long, double? width, double? height})

Properties

apiKey String
final
hashCode int
The hash code for this object.
no setterinherited
height double?
final
lat String?
final
long String?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
width double?
final

Methods

fromLatLng(String lat, String lng) Widget
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

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