public class GMapHeaderContributor
extends org.apache.wicket.behavior.Behavior
| Constructor and Description |
|---|
GMapHeaderContributor()
Deprecated.
since 22th June 2016 Google Maps requires an API-key,
therefore you should use
GMapHeaderContributor(java.lang.String, java.lang.String)
instead of this constructor |
GMapHeaderContributor(boolean sensor)
Deprecated.
Since the sensor-parameter is no longer required from Google
you should use
GMapHeaderContributor() instead of this
constructor |
GMapHeaderContributor(String scheme)
Deprecated.
since 22th June 2016 Google Maps requires an API-key,
therefore you should use
GMapHeaderContributor(java.lang.String, java.lang.String)
instead of this constructor |
GMapHeaderContributor(String scheme,
boolean sensor)
Deprecated.
Since the sensor-parameter is no longer required from Google
you should use
GMapHeaderContributor(java.lang.String) instead
of this constructor |
GMapHeaderContributor(String scheme,
String apiKey) |
| Modifier and Type | Method and Description |
|---|---|
String |
getSensor()
Deprecated.
Since the sensor-parameter is no longer required from Google
this method will be removed in future versions
|
void |
renderHead(org.apache.wicket.Component component,
org.apache.wicket.markup.head.IHeaderResponse response) |
public GMapHeaderContributor()
GMapHeaderContributor(java.lang.String, java.lang.String)
instead of this constructorhttp://googlegeodevelopers.blogspot.de/2016/06/building-for-scale-updates-to-google.htmlpublic GMapHeaderContributor(boolean sensor)
GMapHeaderContributor() instead of this
constructorsensor - this parameter will be ignoredpublic GMapHeaderContributor(String scheme)
GMapHeaderContributor(java.lang.String, java.lang.String)
instead of this constructorhttp://googlegeodevelopers.blogspot.de/2016/06/building-for-scale-updates-to-google.htmlpublic GMapHeaderContributor(String scheme, boolean sensor)
GMapHeaderContributor(java.lang.String) instead
of this constructorscheme - http or https?sensor - this parameter will be ignoredpublic void renderHead(org.apache.wicket.Component component,
org.apache.wicket.markup.head.IHeaderResponse response)
renderHead in interface org.apache.wicket.markup.html.IComponentAwareHeaderContributorrenderHead in class org.apache.wicket.behavior.Behaviorpublic String getSensor()
Copyright © 2016. All rights reserved.