dart-archive / polymer_elements

https://pub.dartlang.org/packages/polymer_elements
BSD 3-Clause "New" or "Revised" License
24 stars 17 forks source link

google_map_marker.dart doesn't contain call to setPosition #113

Open matdehaast opened 8 years ago

matdehaast commented 8 years ago

Good day.

I am quite new to polymer and dart so please forgive me if I I have misunderstood the implementation. But I believe that the google_map_marker.dart should contain a call to setPosition at the end of the file along the following line

setPosition(latLong) =>
      jsElement.callMethod('setPosition', [latLong]);

If this is not a bug could someone please explain how to call setPosition because I cant find it.

Thanks Matt