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
jQuery | element | The element to initialise the map on. |
Object | options | The object that contains the options. |
Function | callback | The callback function to pass out after initialising the map. |
Mapifies.CreateStreetviewPanorama.defaults(String overideContainer, Object latlng, Object pov) : static Object
Default options for CreateStreetviewPanorama
String | overideContainer | A ID of a div to put the street view into, otherwise it will default to the map. |
Object | latlng | The starting Lat/Lng of the streetview - this is required. |
Object | pov | The 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
jQuery | element | The element to initialise the map on. |
GStreetView | view | The view to be removed |
Function | callback | The callback function to pass out after initialising the map. |