| AdditionalAttributes |
Dictionary<string, object>? |
null |
|
Gets or sets additional attributes that will be applied to the component. |
1.0.0 |
| ApiKey |
string? |
null |
|
Gets or sets the Google Map API key. |
3.0.0 |
| Center |
GoogleMapCenter? |
null |
|
Gets or sets the center parameter. |
3.0.0 |
| Class |
string? |
null |
|
Gets or sets the CSS class name(s) to apply to the component. |
1.0.0 |
| Clickable |
bool |
False |
|
Makes the marker clickable if set to true. |
3.0.0 |
| Height |
double? |
null |
|
Gets or sets the height of the GoogleMap. |
3.0.0 |
| HeightUnit |
Unit |
Px |
|
Gets or sets the units for the Height. |
3.0.0 |
| Id |
string? |
null |
|
Gets or sets the ID. If not set, a unique ID will be generated. |
1.0.0 |
| Markers |
IEnumerable<GoogleMapMarker>? |
null |
|
Gets or sets the markers. |
3.0.0 |
| Style |
string? |
null |
|
Gets or sets the CSS style string that defines the inline styles for the component. |
1.0.0 |
| Width |
double? |
null |
|
Gets or sets the width of the GoogleMap. |
3.0.0 |
| WidthUnit |
Unit |
Percentage |
|
Gets or sets the units for the Width. |
3.0.0 |
| Zoom |
int |
14 |
|
Gets or sets the zoom level of the GoogleMap. |
3.0.0 |