Sha256: 557acc15dd35a767c74f708cdf51e3c3d845d2a6187fc1fbeeaa43a25a77795d

Contents?: true

Size: 852 Bytes

Versions: 4

Compression:

Stored size: 852 Bytes

Contents

Gmaps4Rails.Interfaces ||= {}

Gmaps4Rails.Interfaces.Map = 

  extendBoundsWithMarker : (marker) ->
    throw "extendBoundsWithMarker should be implemented in controller"

  extendBoundsWithPolyline: (polyline)->
    throw "extendBoundsWithPolyline should be implemented in controller"

  extendBoundsWithPolygon: (polygon)->
    throw "extendBoundsWithPolygon should be implemented in controller"

  extendBoundsWithCircle: (circle)->
    throw "extendBoundsWithCircle should be implemented in controller"

  extendBound: (bound)->
    throw "extendBound should be implemented in controller"

  adaptToBounds:()->
    throw "adaptToBounds should be implemented in controller"

  fitBounds : ->
    throw "fitBounds should be implemented in controller"

  centerMapOnUser : (position)->
    throw "centerMapOnUser should be implemented in controller"

Version data entries

4 entries across 4 versions & 2 rubygems

Version Path
your_platform-1.0.1 vendor/assets/javascripts/gmaps4rails/base/interfaces/map_interface.coffee
your_platform-1.0.0 vendor/assets/javascripts/gmaps4rails/base/interfaces/map_interface.coffee
your_platform-0.0.2 vendor/assets/javascripts/gmaps4rails/base/interfaces/map_interface.coffee
gmaps4rails-2.0.0.pre vendor/assets/javascripts/gmaps4rails/base/interfaces/map_interface.coffee