ScriptDoc Reference

Properties

static Object Mapifies.CreateStreetviewPanorama.defaults.defaults

Default options for CreateStreetviewPanorama

Functions

Mapifies.CreateStreetviewPanorama(jQuery element, Object options, Function callback) : static Function

This function allows you to add a Google Streetview

jQueryelementThe element to initialise the map on.
ObjectoptionsThe object that contains the options.
FunctioncallbackThe callback function to pass out after initialising the map.

Mapifies.CreateStreetviewPanorama.defaults(String overideContainer, Object latlng, Object pov) : static Object

Default options for CreateStreetviewPanorama

StringoverideContainerA ID of a div to put the street view into, otherwise it will default to the map.
ObjectlatlngThe starting Lat/Lng of the streetview - this is required.
ObjectpovThe point of view to initialse the map on. This is 3 values, X/Y/Z

Mapifies.RemoveStreetviewPanorama(jQuery element, GStreetView view, Function callback) : static Function

This function allows you to remove a street view from the map

jQueryelementThe element to initialise the map on.
GStreetViewviewThe view to be removed
FunctioncallbackThe callback function to pass out after initialising the map.