| Modifier and Type | Field and Description |
|---|---|
protected org.apache.commons.logging.Log |
log |
| Constructor and Description |
|---|
GoogleMyMapsDaoImpl() |
| Modifier and Type | Method and Description |
|---|---|
MapData |
getMap(String selectedMapDataUrl)
Retrieve map data for the specified location.
|
protected void |
postProcessData(MapData map)
Perform data post-processing to set a search string for each location.
|
void |
setAddresses(Map<String,String> addresses) |
void |
setCategories(Map<String,String> categories) |
void |
setDefaultLatitude(double defaultLatitude) |
void |
setDefaultLongitude(double defaultLongitude) |
void |
setKmlFile(org.springframework.core.io.Resource kmlFile) |
void |
setPolicy(org.springframework.core.io.Resource policyFile) |
@Value(value="${map.googlemymapsdao.file:classpath:/mymap.kml}")
public void setKmlFile(org.springframework.core.io.Resource kmlFile)
@Value(value="${map.default.latitude:41.300937}")
public void setDefaultLatitude(double defaultLatitude)
@Value(value="${map.default.longitude:-72.932103}")
public void setDefaultLongitude(double defaultLongitude)
@Value(value="${map.policy.file:classpath:/antisamy-textonly.xml}")
public void setPolicy(org.springframework.core.io.Resource policyFile)
throws org.owasp.validator.html.PolicyException,
IOException
org.owasp.validator.html.PolicyExceptionIOException@Cacheable(value="mapCache") public MapData getMap(String selectedMapDataUrl)
IMapDaoprotected void postProcessData(MapData map)
map - Copyright © 2013 Jasig. All Rights Reserved.