Skip to content
This repository was archived by the owner on Jun 23, 2025. It is now read-only.
This repository was archived by the owner on Jun 23, 2025. It is now read-only.

How to leverage the maxWidth property of SebmGoogleMapInfoWindow? #651

@mensch

Description

@mensch

I'm using the latest version of angular2-google-maps (0.14.0) and I'd like to use the maxWidth property of SebmGoogleMapInfoWindow, but it's unclear to me (from the documentation) how you would pass this configuration option. Is this only possible when calling SebmGoogleMapInfoWindow programmatically instead of creating it in a template like below?

  <sebm-google-map-marker *ngFor="let location of locations" [latitude]="location.latitude" [longitude]="location.longitude">
    <sebm-google-map-info-window [disableAutoPan]="false">
      InfoWindow stuff...
    </sebm-google-map-info-window>
  </sebm-google-map-marker>

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions