The name, address, description, website and icon parameters should be encoded using UrlPathEncode (ASP .Net) or base64_encode (PHP).
|
Parameter
|
Type
|
Default
|
Description
|
|
fontfamily
|
string
|
Sans-serif
|
The font family name, e.g. Courier or Times-Roman
|
|
fontsize
|
string
|
small
|
The font size, e.g. 12px
|
|
units
|
string
|
miles
|
The distance units used for the Directions and Distance Tools
|
|
name
|
string
|
blank
|
The place name
|
|
address
|
string
|
blank
|
The place address which is geocoded if lat and lng parameters are not provided
|
|
description
|
string
|
blank
|
The place description
|
|
website
|
string
|
blank
|
The place's website URL. Remember to include the http://
|
|
lat
|
float
|
0
|
The place's latitude value
|
|
lng
|
float
|
0
|
The place's longitude value
|
|
lz
|
int
|
18
|
The location map zoom level
|
|
lt
|
string
|
hybrid
|
The location map's initial map type, can be roadmap, satellite, hybrid or terrain.
|
|
areamap
|
string
|
yes
|
Enable the area map option, can be yes or no.
|
|
az
|
int
|
13
|
The area map zoom level
|
|
at
|
string
|
hybrid
|
The area map's initial map type, can be roadmap, satellite, hybrid or terrain.
|
|
mtc
|
string
|
yes
|
Map type control, can be yes or no.
|
|
msc
|
string
|
yes
|
Map scale control, can be yes or no
|
|
msw
|
string
|
yes
|
Mouse scroll wheel, can be yes or no
|
|
streetview
|
string
|
yes
|
Enable street view, can be yes or no
|
|
slat
|
float
|
0
|
Initial street view latitude
|
|
slng
|
float
|
0
|
Initial street view longitude
|
|
sh
|
float
|
0
|
Initial street view heading
|
|
sp
|
float
|
0
|
Initial street view pitch
|
|
sz
|
float
|
0
|
Initial street view zoom
|
|
icon
|
string
|
empty
|
URL of the custom place marker icon
|
|
iconwd
|
int
|
32
|
Width of the place marker icon
|
|
iconht
|
int
|
32
|
Height of the place marker icon
|
|
sidebar
|
string
|
yes
|
Enable the place information sidebar which is displayed for the location map, area map and street view modes. Can be set to yes or no
|
|
directions
|
string
|
yes
|
Enable the directions search menu item, can be yes or no
|
|
search
|
string
|
yes
|
Enables the places search menu item, can be yes or no
|
|
layers
|
string
|
yes
|
Enables the layers option, can be yes or no
|
|
bookmark
|
string
|
yes
|
Enables the bookmark option, can be yes or no
|
|
distance
|
string
|
yes
|
Enables the distance yool option, can be yes or no
|
|
radius
|
int
|
5
|
The initial radius value
|
|
places
|
string
|
blank
|
A list of place category IDs separated by commas. Leave blank to display the full list of categories
|