Changeset 628
- Timestamp:
- 07/20/08 23:42:12 (2 months ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
branches/tom-tweenlite/lib/com/modestmaps/core/TileGrid.as
r627 r628 138 138 public var maxOpenRequests:int = DEFAULT_MAX_OPEN_REQUESTS; 139 139 140 / / set this to true to enable enforcing of map bounds from the map provider's limits140 /** set this to true to enable enforcing of map bounds from the map provider's limits */ 141 141 public var enforceBoundsEnabled:Boolean = DEFAULT_ENFORCE_BOUNDS; 142 142 143 /** set this to false, along with roundScalesEnabled, if you need a map to stay 'fixed' in place as it changes size */ 143 144 public var roundPositionsEnabled:Boolean = DEFAULT_ROUND_POSITIONS; 144 145 146 /** set this to false, along with roundPositionsEnabled, if you need a map to stay 'fixed' in place as it changes size */ 145 147 public var roundScalesEnabled:Boolean = DEFAULT_ROUND_SCALES; 146 148
