Usage
segmentGoogleMaps(SP,
zcol = 1:length(SP@data),
filename = '',
max.radius = 100,
scalelist = TRUE,
do.sqrt = FALSE,
add = F,
previousMap = NULL,
colPalette = rainbow(ncol(SP@data[, zcol])),
strokeColor = '#FFAA00',
strokeOpacity = 1,
strokeWeight = 1,
fillOpacity = 0.7,
geodesic = TRUE,
clickable = TRUE,
zIndex = 'null',
map.width = '80%',
map.height = '100%',
layerName = '',
control.width = '20%',
control.height = '100%',
zoom = 15,
fitBounds = TRUE,
mapTypeId = 'HYBRID',
disableDoubleClickZoom = FALSE,
draggable = TRUE,
keyboardShortcuts = TRUE,
mapTypeControlOptions = 'DEFAULT',
navigationControl = TRUE,
navigationControlOptions = 'DEFAULT',
scaleControlOptions = 'STANDARD',
noClear = FALSE,
scrollwheel = TRUE,
streetViewControl = FALSE)