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