void allocNav(
SMap_View
$view, SMap_Tile
$tile, array
&$objs, integer
$i1, integer
$i2, integer
$i3, integer
$i4
)
|
|
Allocate set of nav objects
Parameters:
|
object |
$view: |
|
|
object |
$tile: |
|
|
array |
&$objs: |
Append objects to this array |
|
integer |
$i1: |
Direction index 1 |
|
integer |
$i2: |
Direction index 2 |
|
integer |
$i3: |
Direction index 3 |
|
integer |
$i4: |
Direction index 4 |
API Tags:
Create panning objects
Parameters:
|
object |
$view: |
|
|
object |
$tile: |
|
API Tags:
array getCardLink(
SMap_View
$v, integer
$dir
)
|
|
Create a link in a cardinal direction
Parameters:
|
object |
$v: |
|
|
integer |
$dir: |
Link direction |
API Tags:
| Return: | Link URL & text |
| Access: | protected |
array getDiagLink(
SMap_View
$v, integer
$right
)
|
|
Create a link in a diagonal direction
Parameters:
|
object |
$v: |
|
|
integer |
$right: |
Link direction |
API Tags:
| Return: | Link URL & text |
| Access: | protected |
Put panning navigational graphics and links around the edges
Parameters:
|
object The |
$view: |
view to display the objects in |
|
object The |
$tile: |
tile to display the objects in |
API Tags:
Redefinition of:
- SMap_Layer::getImgObjs()
- Composite this layer onto the tile (in a raster way)
We need to move.
Parameters:
|
object The |
$view: |
view to display the objects in |
|
object The |
$tile: |
tile to display the objects in |
API Tags:
Redefinition of:
- SMap_Layer::getMapObjs()
- Composite this layer onto the tile
string getShiftedURL(
SMap_View
$view, integer
$sX, integer
$sY
)
|
|
Get a URL for a shifted view
Parameters:
|
object |
$view: |
|
|
integer |
$sX: |
Shifted X |
|
integer |
$sY: |
Shifted Y |
API Tags:
boolean hasCachedRects(
)
|
|
The panning layer has no cached rects
API Tags:
Redefinition of:
- SMap_Layer::hasCachedRects()
- Might have cached rects in the DB