jjeremydiaz/OpenHouse

View on GitHub
app/assets/javascripts/gmaps/google/objects/polygon.coffee

Summary

Maintainability
Test Coverage
class @Gmaps.Google.Objects.Polygon extends Gmaps.Base

  @include Gmaps.Google.Objects.Common

  constructor: (@serviceObject)->

  updateBounds: (bounds)->
    bounds.extend ll for ll in @serviceObject.getPath().getArray()