locationmap_admin_settings |
./locationmap.module |
Callback for admin settings page |
|
1 |
locationmap_admin_settings_validate |
./locationmap.module |
@todo Please document this function. |
|
1 |
locationmap_block_configure |
./locationmap.module |
Implements hook_block_configure(). |
|
|
locationmap_block_image |
./locationmap.module |
@todo Please document this function. |
1 |
|
locationmap_block_info |
./locationmap.module |
Implements hook_block_info(). |
|
|
locationmap_block_save |
./locationmap.module |
Implements hook_block_save(). |
|
|
locationmap_block_view |
./locationmap.module |
Implements hook_block_view(). |
|
|
locationmap_geocode_for_address |
./locationmap.module |
Returns latitude and longitude for $address or NULL if it cannot be found.
@returns FALSE if address not found |
3 |
|
locationmap_geocode_for_address_recursive |
./locationmap.module |
Try to get lat and lng information from address removing parts of address if not found. |
2 |
|
locationmap_help |
./locationmap.module |
Implements hook_help(). |
|
|
locationmap_in_place_edit_form |
./locationmap.module |
@todo Please document this function. |
|
1 |
locationmap_menu |
./locationmap.module |
Implements hook_menu(). |
|
|
locationmap_page |
./locationmap.module |
Menu callback; generate a page with Google Maps. |
|
1 |
locationmap_permission |
./locationmap.module |
Implements hook_permission(). |
|
|
locationmap_simpletest |
./locationmap.module |
Implements hook_simpletest(). |
|
|
locationmap_static_image_url |
./locationmap.module |
@todo Please document this function. |
1 |
|
locationmap_theme |
./locationmap.module |
Implements hook_theme(). |
|
|
locationmap_uninstall |
./locationmap.install |
Implementation of hook_uninstall. |
|
|
locationmap_update_104 |
./locationmap.install |
Rename 5.x-1.0 permission "admin gmaplocation", 6.x-1.0 permission
"edit gmaplocation", and 6.x-2.0 permission "administer gmaplocation"
to "Administer location map". |
|
|
theme_locationmap_block_image_link |
./locationmap.module |
Format static image for display in the block. |
|
|
theme_locationmap_map |
./locationmap.module |
Format div for display Google Maps in it. |
|
|