Element index for package GoogleMapAPI
Package indexes
[ a ]
[ b ]
[ c ]
[ d ]
[ e ]
[ f ]
[ g ]
[ h ]
[ i ]
[ j ]
[ l ]
[ m ]
[ o ]
[ p ]
[ s ]
[ t ]
[ u ]
[ w ]
[ z ]
[ _ ]
_
- $_db_cache_table
- in file GoogleMap.php, variable GoogleMapAPI::$_db_cache_table
database cache table name
- $_directions
- in file GoogleMap.php, variable GoogleMapAPI::$_directions
Class variable that will store information to render directions
- $_directions_header
- in file GoogleMap.php, variable GoogleMapAPI::$_directions_header
Class variable that will store generated header code for JS to display directions
- $_display_js_functions
- in file GoogleMap.php, variable GoogleMapAPI::$_display_js_functions
Class variable to store whether or not to display JS functions in the header
- $_elevation_polylines
- in file GoogleMap.php, variable GoogleMapAPI::$_elevation_polylines
list of polylines that should have an elevation profile rendered.
- $_icons
- in file GoogleMap.php, variable GoogleMapAPI::$_icons
icon info array
- $_kml_overlays
- in file GoogleMap.php, variable GoogleMapAPI::$_kml_overlays
list of added kml overlays
- $_markers
- in file GoogleMap.php, variable GoogleMapAPI::$_markers
list of added markers
- $_marker_icons
- in file GoogleMap.php, variable GoogleMapAPI::$_marker_icons
marker icon info array
- $_max_lat
- in file GoogleMap.php, variable GoogleMapAPI::$_max_lat
max latitude
- $_max_lon
- in file GoogleMap.php, variable GoogleMapAPI::$_max_lon
maximum longitude of all markers
- $_minify_js
- in file GoogleMap.php, variable GoogleMapAPI::$_minify_js
Class variable that will store flag to minify js - this can be overwritten after object is instantiated. Include JSMin.php if you want to use JS Minification.
- $_min_lat
- in file GoogleMap.php, variable GoogleMapAPI::$_min_lat
min latitude
- $_min_lon
- in file GoogleMap.php, variable GoogleMapAPI::$_min_lon
minimum longitude of all markers
- $_overlays
- in file GoogleMap.php, variable GoogleMapAPI::$_overlays
list of added overlays
- $_polygons
- in file GoogleMap.php, variable GoogleMapAPI::$_polygons
#)MS list of added polygon
- $_polylines
- in file GoogleMap.php, variable GoogleMapAPI::$_polylines
list of added polylines
- $_version
- in file GoogleMap.php, variable GoogleMapAPI::$_version
version number
a
- $ads_channel
- in file GoogleMap.php, variable GoogleMapAPI::$ads_channel
Google Adsense Channel ID
- $ads_manager
- in file GoogleMap.php, variable GoogleMapAPI::$ads_manager
enables Google Adsense Adsmanager on page, not currently supported in beta
- $ads_max
- in file GoogleMap.php, variable GoogleMapAPI::$ads_max
The Max number of Adsmanager ads to show on a map
- $ads_pub_id
- in file GoogleMap.php, variable GoogleMapAPI::$ads_pub_id
Google Adsense Publisher ID
- $app_id
- in file GoogleMap.php, variable GoogleMapAPI::$app_id
DEPRECATED: Google now has geocoding service.
- $avoid_highways
- in file GoogleMap.php, variable GoogleMapAPI::$avoid_highways
enables/disables avoid highways on directions
- $avoid_tollways
- in file GoogleMap.php, variable GoogleMapAPI::$avoid_tollways
determines if avoid tollways is used in directions
- addDirections
- in file GoogleMap.php, method GoogleMapAPI::addDirections()
Add directions route to the map and adds text directions container with id=$dom_id
- addIcon
- in file GoogleMap.php, method GoogleMapAPI::addIcon()
add an icon to "iconset"
- addKMLOverlay
- in file GoogleMap.php, method GoogleMapAPI::addKMLOverlay()
function to add a KML overlay to the map.
- addMarkerByAddress
- in file GoogleMap.php, method GoogleMapAPI::addMarkerByAddress()
adds a map marker by address - DEPRECATION WARNING: Tabs are no longer supported in V3, if this changes this can be easily updated.
- addMarkerByCoords
- in file GoogleMap.php, method GoogleMapAPI::addMarkerByCoords()
adds a map marker by lat/lng coordinates - DEPRECATION WARNING: Tabs are no longer supported in V3, if this changes this can be easily updated.
- addMarkerOpener
- in file GoogleMap.php, method GoogleMapAPI::addMarkerOpener()
adds a DOM object ID to specified marker to open the marker's info window.
- addOverlay
- in file GoogleMap.php, method GoogleMapAPI::addOverlay()
function to add an overlay to the map.
- addPolygonByCoords
- in file GoogleMap.php, method GoogleMapAPI::addPolygonByCoords()
#)MS adds a map polygon by map coordinates if color, weight and opacity are not defined, use the google maps defaults
- addPolygonByCoordsArray
- in file GoogleMap.php, method GoogleMapAPI::addPolygonByCoordsArray()
#)MS
- addPolyLineByAddress
- in file GoogleMap.php, method GoogleMapAPI::addPolyLineByAddress()
adds a map polyline by address if color, weight and opacity are not defined, use the google maps defaults
- addPolylineByAddressArray
- in file GoogleMap.php, method GoogleMapAPI::addPolylineByAddressArray()
adds polyline by passed array
- addPolyLineByCoords
- in file GoogleMap.php, method GoogleMapAPI::addPolyLineByCoords()
adds a map polyline by map coordinates if color, weight and opacity are not defined, use the google maps defaults
- addPolylineByCoordsArray
- in file GoogleMap.php, method GoogleMapAPI::addPolylineByCoordsArray()
adds polyline by passed array
- addPolylineElevation
- in file GoogleMap.php, method GoogleMapAPI::addPolylineElevation()
function to add an elevation profile for a polyline to the page
- adjustCenterCoords
- in file GoogleMap.php, method GoogleMapAPI::adjustCenterCoords()
adjust map center coordinates by the given lat/lon point
- attachStreetViewContainer
- in file GoogleMap.php, method GoogleMapAPI::attachStreetViewContainer()
attach a dom id object as a streetview container to the map NOTE: Only one container can be attached to a map.
b
- $biking_directions
- in file GoogleMap.php, variable GoogleMapAPI::$biking_directions
enables/disables biking directions on directions
- $biking_overlay
- in file GoogleMap.php, variable GoogleMapAPI::$biking_overlay
determines if biking overlay is displayed on map
- $bounds_fudge
- in file GoogleMap.php, variable GoogleMapAPI::$bounds_fudge
factor by which to fudge the boundaries so that when we zoom encompass, the markers aren't too close to the edge
- $browser_alert
- in file GoogleMap.php, variable GoogleMapAPI::$browser_alert
message that pops up when the browser is incompatible with Google Maps.
c
- $center_lat
- in file GoogleMap.php, variable GoogleMapAPI::$center_lat
map center latitude (horizontal) calculated automatically as markers are added to the map.
- $center_lon
- in file GoogleMap.php, variable GoogleMapAPI::$center_lon
map center longitude (vertical) calculated automatically as markers are added to the map.
- $control_size
- in file GoogleMap.php, variable GoogleMapAPI::$control_size
determines the map control type small -> show move/center controls large -> show move/center/zoom controls
- createMarkerIcon
- in file GoogleMap.php, method GoogleMapAPI::createMarkerIcon()
generate an array of params for a new marker icon image iconShadowImage is optional If anchor coords are not supplied, we use the center point of the image by default.
d
- $default_icon
- in file GoogleMap.php, variable GoogleMapAPI::$default_icon
Default icon image location.
- $default_icon_shadow
- in file GoogleMap.php, variable GoogleMapAPI::$default_icon_shadow
Default icon shadow image location.
- $directions
- in file GoogleMap.php, variable GoogleMapAPI::$directions
determines if to/from directions are included inside info window
- $directions_unit_system
- in file GoogleMap.php, variable GoogleMapAPI::$directions_unit_system
determines unit system to use for directions, blank = default
- $display_map
- in file GoogleMap.php, variable GoogleMapAPI::$display_map
determines whether or not to display the map and associated JS on the page
- $driving_dir_text
- in file GoogleMap.php, variable GoogleMapAPI::$driving_dir_text
- $dsn
- in file GoogleMap.php, variable GoogleMapAPI::$dsn
PEAR::DB DSN for geocode caching. example: $dsn = 'mysql://user:pass@localhost/dbname';
- disableAds
- in file GoogleMap.php, method GoogleMapAPI::disableAds()
disable Google Adsense admanager on Map (not supported in V3 API)
- disableAvoidHighways
- in file GoogleMap.php, method GoogleMapAPI::disableAvoidHighways()
disables avoid highways in directions
- disableAvoidTolls
- in file GoogleMap.php, method GoogleMapAPI::disableAvoidTolls()
disables avoid tolls in directions
- disableBikingDirections
- in file GoogleMap.php, method GoogleMapAPI::disableBikingDirections()
disables biking directions
- disableBikingOverlay
- in file GoogleMap.php, method GoogleMapAPI::disableBikingOverlay()
disable biking overlay (default)
- disableClustering
- in file GoogleMap.php, method GoogleMapAPI::disableClustering()
disable map marker clustering
- disableDirections
- in file GoogleMap.php, method GoogleMapAPI::disableDirections()
disables map directions inside info window
- disableElevationDirections
- in file GoogleMap.php, method GoogleMapAPI::disableElevationDirections()
disable elevation to be displayed for directions
- disableElevationMarker
- in file GoogleMap.php, method GoogleMapAPI::disableElevationMarker()
disable elevation marker
- disableInfoWindow
- in file GoogleMap.php, method GoogleMapAPI::disableInfoWindow()
disable map marker info windows
- disableLocalSearch
- in file GoogleMap.php, method GoogleMapAPI::disableLocalSearch()
disables the type controls (map/satellite/hybrid)
- disableLocalSearchAds
- in file GoogleMap.php, method GoogleMapAPI::disableLocalSearchAds()
disables the type controls (map/satellite/hybrid)
- disableMapControls
- in file GoogleMap.php, method GoogleMapAPI::disableMapControls()
disables the map controls (zoom/move)
- disableMapDisplay
- in file GoogleMap.php, method GoogleMapAPI::disableMapDisplay()
function to disable map display (used to display street view only)
- disableOnLoad
- in file GoogleMap.php, method GoogleMapAPI::disableOnLoad()
disables onload
- disableOverviewControl
- in file GoogleMap.php, method GoogleMapAPI::disableOverviewControl()
disables the overview map control
- disableScaleControl
- in file GoogleMap.php, method GoogleMapAPI::disableScaleControl()
disables the scale map control
- disableScrollWheel
- in file GoogleMap.php, method GoogleMapAPI::disableScrollWheel()
disable mouse scrollwheel on Map
- disableSidebar
- in file GoogleMap.php, method GoogleMapAPI::disableSidebar()
disables sidebar
- disableStreetViewControls
- in file GoogleMap.php, method GoogleMapAPI::disableStreetViewControls()
disable biking overlay (default)
- disableTrafficOverlay
- in file GoogleMap.php, method GoogleMapAPI::disableTrafficOverlay()
disable traffic overlay (default)
- disableTypeControls
- in file GoogleMap.php, method GoogleMapAPI::disableTypeControls()
disables the type controls (map/satellite/hybrid)
- disableWalkingDirections
- in file GoogleMap.php, method GoogleMapAPI::disableWalkingDirections()
disables walking directions
- disableZoomEncompass
- in file GoogleMap.php, method GoogleMapAPI::disableZoomEncompass()
disable zoom to encompass makers
e
- $elevation_directions
- in file GoogleMap.php, variable GoogleMapAPI::$elevation_directions
determines whether or not to display an elevation chart for directions that are added to the map.
- $elevation_markers
- in file GoogleMap.php, variable GoogleMapAPI::$elevation_markers
determines whether or not to display a marker on the "line" when
- enableAds
- in file GoogleMap.php, method GoogleMapAPI::enableAds()
enable Google Adsense admanager on Map (not supported in V3 API)
- enableAvoidHighways
- in file GoogleMap.php, method GoogleMapAPI::enableAvoidHighways()
enables avoid highways in directions
- enableAvoidTolls
- in file GoogleMap.php, method GoogleMapAPI::enableAvoidTolls()
enables avoid tolls in directions
- enableBikingDirections
- in file GoogleMap.php, method GoogleMapAPI::enableBikingDirections()
enables biking directions
- enableBikingOverlay
- in file GoogleMap.php, method GoogleMapAPI::enableBikingOverlay()
enable biking overlay
- enableClustering
- in file GoogleMap.php, method GoogleMapAPI::enableClustering()
enable map marker clustering
- enableDirections
- in file GoogleMap.php, method GoogleMapAPI::enableDirections()
enables map directions inside info window
- enableElevationDirections
- in file GoogleMap.php, method GoogleMapAPI::enableElevationDirections()
enable elevation to be displayed for directions
- enableElevationMarker
- in file GoogleMap.php, method GoogleMapAPI::enableElevationMarker()
enable elevation marker to be displayed
- enableInfoWindow
- in file GoogleMap.php, method GoogleMapAPI::enableInfoWindow()
enable map marker info windows
- enableLocalSearch
- in file GoogleMap.php, method GoogleMapAPI::enableLocalSearch()
enables the type controls (map/satellite/hybrid)
- enableLocalSearchAds
- in file GoogleMap.php, method GoogleMapAPI::enableLocalSearchAds()
enables the type controls (map/satellite/hybrid)
- enableMapControls
- in file GoogleMap.php, method GoogleMapAPI::enableMapControls()
enables the map controls (zoom/move)
- enableMapDisplay
- in file GoogleMap.php, method GoogleMapAPI::enableMapDisplay()
function to enable map display
- enableOnLoad
- in file GoogleMap.php, method GoogleMapAPI::enableOnLoad()
enables onload
- enableOverviewControl
- in file GoogleMap.php, method GoogleMapAPI::enableOverviewControl()
enables the overview map control
- enableScaleControl
- in file GoogleMap.php, method GoogleMapAPI::enableScaleControl()
enables the scale map control
- enableSidebar
- in file GoogleMap.php, method GoogleMapAPI::enableSidebar()
enables sidebar
- enableStreetViewControls
- in file GoogleMap.php, method GoogleMapAPI::enableStreetViewControls()
enable biking overlay
- enableTrafficOverlay
- in file GoogleMap.php, method GoogleMapAPI::enableTrafficOverlay()
enable traffic overlay
- enableTypeControls
- in file GoogleMap.php, method GoogleMapAPI::enableTypeControls()
enables the type controls (map/satellite/hybrid)
- enableWalkingDirections
- in file GoogleMap.php, method GoogleMapAPI::enableWalkingDirections()
enables walking directions
- enableZoomEncompass
- in file GoogleMap.php, method GoogleMapAPI::enableZoomEncompass()
enable zoom to encompass makers
f
- fetchURL
- in file GoogleMap.php, method GoogleMapAPI::fetchURL()
fetch a URL. Override this method to change the way URLs are fetched.
g
- geoGetCoords
- in file GoogleMap.php, method GoogleMapAPI::geoGetCoords()
get geocode lat/lon points for given address from Yahoo
- geoGetCoordsFull
- in file GoogleMap.php, method GoogleMapAPI::geoGetCoordsFull()
get full geocode information for given address from Google NOTE: This does not use the getCache function as there is a lot of data in a full geocode response to cache.
- geoGetDistance
- in file GoogleMap.php, method GoogleMapAPI::geoGetDistance()
get distance between to geocoords using great circle distance formula
- getAddDirectionsJS
- in file GoogleMap.php, method GoogleMapAPI::getAddDirectionsJS()
function to render proper calls for directions - for now can only be used on a map, not a streetview
- getAddMarkersJS
- in file GoogleMap.php, method GoogleMapAPI::getAddMarkersJS()
overridable function for generating js to add markers
- getAddOverlayJS
- in file GoogleMap.php, method GoogleMapAPI::getAddOverlayJS()
function to get overlay creation JS.
- getCache
- in file GoogleMap.php, method GoogleMapAPI::getCache()
get the geocode lat/lon points from cache for given address
- getCreateMarkerJS
- in file GoogleMap.php, method GoogleMapAPI::getCreateMarkerJS()
overridable function to generate the js for the js function for creating a marker.
- getCreateOverlayJS
- in file GoogleMap.php, method GoogleMapAPI::getCreateOverlayJS()
Get create overlay js
- getElevationMarkerJS
- in file GoogleMap.php, method GoogleMapAPI::getElevationMarkerJS()
create JS that is inside of JS plot elevation function
- getGeocode
- in file GoogleMap.php, method GoogleMapAPI::getGeocode()
get the geocode lat/lon points from given address look in cache first, otherwise get from Yahoo
- getHeaderJS
- in file GoogleMap.php, method GoogleMapAPI::getHeaderJS()
return map header javascript (goes between <head></head>)
- getIconKey
- in file GoogleMap.php, method GoogleMapAPI::getIconKey()
function to get icon key
- getMap
- in file GoogleMap.php, method GoogleMapAPI::getMap()
return map
- getMapFunctions
- in file GoogleMap.php, method GoogleMapAPI::getMapFunctions()
function to render utility functions for use on the page
- getMapJS
- in file GoogleMap.php, method GoogleMapAPI::getMapJS()
return map javascript
- getOnLoad
- in file GoogleMap.php, method GoogleMapAPI::getOnLoad()
return js to set onload function
- getOnLoadFunction
- in file GoogleMap.php, method GoogleMapAPI::getOnLoadFunction()
return js to set onload function
- getPlotElevationJS
- in file GoogleMap.php, method GoogleMapAPI::getPlotElevationJS()
print helper function to draw elevation results as a chart
- getPolygonJS
- in file GoogleMap.php, method GoogleMapAPI::getPolygonJS()
#)MS
- getPolylineJS
- in file GoogleMap.php, method GoogleMapAPI::getPolylineJS()
overridable function to generate polyline js - for now can only be used on a map, not a streetview
- getSidebar
- in file GoogleMap.php, method GoogleMapAPI::getSidebar()
return sidebar html
- getUtilityFunctions
- in file GoogleMap.php, method GoogleMapAPI::getUtilityFunctions()
- GoogleMapAPI
- in file GoogleMap.php, class GoogleMapAPI
PHP Google Maps API class
- GoogleMapAPI
- in file GoogleMap.php, method GoogleMapAPI::GoogleMapAPI()
class constructor
- GoogleMap.php
- procedural page GoogleMap.php
j
- $js_alert
- in file GoogleMap.php, variable GoogleMapAPI::$js_alert
message that appears when javascript is disabled.
m
- $map_controls
- in file GoogleMap.php, variable GoogleMapAPI::$map_controls
enables map controls (zoom/move/center)
- $map_id
- in file GoogleMap.php, variable GoogleMapAPI::$map_id
current map id, set when you instantiate the GoogleMapAPI object.
- $map_type
- in file GoogleMap.php, variable GoogleMapAPI::$map_type
default map type google.maps.MapTypeId.(ROADMAP, SATELLITE, HYBRID, TERRAIN)
- $marker_clusterer
- in file GoogleMap.php, variable GoogleMapAPI::$marker_clusterer
determines whether or not to use the MarkerClusterer plugin
- $marker_clusterer_location
- in file GoogleMap.php, variable GoogleMapAPI::$marker_clusterer_location
set default marker clusterer *webserver* file location
- $marker_clusterer_options
- in file GoogleMap.php, variable GoogleMapAPI::$marker_clusterer_options
set default marker clusterer options
- $mobile
- in file GoogleMap.php, variable GoogleMapAPI::$mobile
Whether to use new V3 mobile functionality
s
- $scale_control
- in file GoogleMap.php, variable GoogleMapAPI::$scale_control
enables scale map control
- $scrollwheel
- in file GoogleMap.php, variable GoogleMapAPI::$scrollwheel
class variable to control scrollwheel
- $sidebar
- in file GoogleMap.php, variable GoogleMapAPI::$sidebar
determines if sidebar is enabled
- $sidebar_id
- in file GoogleMap.php, variable GoogleMapAPI::$sidebar_id
sidebar <div> used along with this map.
- $street_view_controls
- in file GoogleMap.php, variable GoogleMapAPI::$street_view_controls
determines whether or not to display street view controls
- $street_view_dom_id
- in file GoogleMap.php, variable GoogleMapAPI::$street_view_dom_id
ID of the container that will hold a street view if streetview controls = true.
- setBoundsFudge
- in file GoogleMap.php, method GoogleMapAPI::setBoundsFudge()
set the boundary fudge factor
- setBrowserAlert
- in file GoogleMap.php, method GoogleMapAPI::setBrowserAlert()
set browser alert message for incompatible browsers
- setCenterCoords
- in file GoogleMap.php, method GoogleMapAPI::setCenterCoords()
set map center coordinates to lat/lon point
- setClusterLocation
- in file GoogleMap.php, method GoogleMapAPI::setClusterLocation()
Set clustering library file location
- setClusterOptions
- in file GoogleMap.php, method GoogleMapAPI::setClusterOptions()
set clustering options
- setControlSize
- in file GoogleMap.php, method GoogleMapAPI::setControlSize()
sets the map control size (large/small)
- setDSN
- in file GoogleMap.php, method GoogleMapAPI::setDSN()
sets the PEAR::DB dsn
- setHeight
- in file GoogleMap.php, method GoogleMapAPI::setHeight()
sets the height of the map
- setInfoWindowTrigger
- in file GoogleMap.php, method GoogleMapAPI::setInfoWindowTrigger()
set the info window trigger action
- setJSAlert
- in file GoogleMap.php, method GoogleMapAPI::setJSAlert()
set <noscript> message when javascript is disabled
- setLocale
- in file GoogleMap.php, method GoogleMapAPI::setLocale()
- setLookupService
- in file GoogleMap.php, method GoogleMapAPI::setLookupService()
set the lookup service to use for geocode lookups default is YAHOO, you can also use GOOGLE.
- setMapType
- in file GoogleMap.php, method GoogleMapAPI::setMapType()
set default map type (map/satellite/hybrid)
- setMarkerIcon
- in file GoogleMap.php, method GoogleMapAPI::setMarkerIcon()
set the default marker icon for ALL markers on the map NOTE: This MUST be set prior to adding markers in order for the defaults to be set correctly.
- setMarkerIconKey
- in file GoogleMap.php, method GoogleMapAPI::setMarkerIconKey()
function to check if icon is in class "marker_iconset", if it is,
- setTypeControlPosition
- in file GoogleMap.php, method GoogleMapAPI::setTypeControlPosition()
- setTypeControlsStyle
- in file GoogleMap.php, method GoogleMapAPI::setTypeControlsStyle()
sets map control style
- setTypeControlTypes
- in file GoogleMap.php, method GoogleMapAPI::setTypeControlTypes()
- setWidth
- in file GoogleMap.php, method GoogleMapAPI::setWidth()
sets the width of the map
- setZoomLevel
- in file GoogleMap.php, method GoogleMapAPI::setZoomLevel()
sets the default map zoom level
t
- $traffic_overlay
- in file GoogleMap.php, variable GoogleMapAPI::$traffic_overlay
determines if traffic overlay is displayed on map
- $type_controls
- in file GoogleMap.php, variable GoogleMapAPI::$type_controls
enables map type controls (map/satellite/hybrid/terrain)
- $type_controls_list
- in file GoogleMap.php, variable GoogleMapAPI::$type_controls_list
sets default option control selections (ROADMAP, SATELLITE, HYBRID, TERRAIN)
- $type_controls_position
- in file GoogleMap.php, variable GoogleMapAPI::$type_controls_position
sets default option for controls positin (TOP_LEFT, TOP_RIGHT, etc.)
- $type_controls_style
- in file GoogleMap.php, variable GoogleMapAPI::$type_controls_style
sets default option for type controls(DEFAULT, HORIZONTAL_BAR, DROPDOWN_MENU)
z
- $zoom
- in file GoogleMap.php, variable GoogleMapAPI::$zoom
determines the default zoom level
- $zoom_encompass
- in file GoogleMap.php, variable GoogleMapAPI::$zoom_encompass
determines if we should zoom to minimum level (above this->zoom value) that will encompass all markers
|
|