Class jQuery.fn.jlocator.store
Controller
Defined in: store.js.
Constructor Attributes | Constructor Name and Description |
---|---|
jQuery.fn.jlocator.store($element, options)
store constructor
|
Field Attributes | Field Name and Description |
---|---|
{jQueryObject}
|
- store element
|
{string}
|
- store address
|
{string}
|
- store city
|
{string}
|
- store country
|
{string}
|
- store custom marker icon url
|
{string}
|
- store full address
|
{string}
|
- store html
|
{number}
|
- store latitude
|
{Object}
|
- google latlng object
|
{number}
|
- store longitude
|
{Object}
|
- jlocator user options
|
{string}
|
- store state
|
{string}
|
- store zipcode
|
Class Detail
jQuery.fn.jlocator.store($element, options)
store constructor
- Parameters:
- {jQueryObject} $element
- - store element
- {Object} options
- - jlocator user options
- Returns:
- {Object} - store
Field Detail
{jQueryObject}
$element
- store element
{string}
address
- store address
{string}
city
- store city
{string}
country
- store country
{string}
customMarkerIcon
- store custom marker icon url
{string}
fullAddress
- store full address
{string}
html
- store html
{number}
latitude
- store latitude
{Object}
latlng
- google latlng object
{number}
longitude
- store longitude
{Object}
options
- jlocator user options
{string}
state
- store state
{string}
zipcode
- store zipcode