- tap(Boolean) - Method in class com.gwidgets.api.leaflet.options.MapOptions.Builder
-
Enables mobile hacks for supporting instant taps (fixing 200ms click delay on iOS/Android) and touch holds (fired as contextmenu events).
- tapTolerance(Number) - Method in class com.gwidgets.api.leaflet.options.MapOptions.Builder
-
The max number of pixels a user can shift his finger during touch for it to be considered a valid tap.
- tileDrawn(HTMLCanvasElement) - Method in class com.gwidgets.api.leaflet.Canvas
-
If async option is defined, this function should be called for each tile after drawing completion.
- TileEvent - Class in com.gwidgets.api.leaflet.events
-
- tileLayer(String, TileLayerOptions) - Static method in class com.gwidgets.api.leaflet.L
-
Used to load and display tile layers on the map, implements ILayer interface.
- TileLayer - Class in com.gwidgets.api.leaflet
-
Used to load and display tile layers on the map,
- TileLayerOptions - Class in com.gwidgets.api.leaflet.options
-
The Class TileLayerOptions.
- TileLayerOptions.Builder - Class in com.gwidgets.api.leaflet.options
-
- TileLayerWMSOptions - Class in com.gwidgets.api.leaflet.options
-
The Class TileLayerWMSOptions.
- TileLayerWMSOptions.Builder - Class in com.gwidgets.api.leaflet.options
-
The Class Builder.
- tileSize(Number) - Method in class com.gwidgets.api.leaflet.options.TileLayerOptions.Builder
-
Tile size (width and height in pixels, assuming tiles are square).
- timeout(Number) - Method in class com.gwidgets.api.leaflet.options.LocateOptions.Builder
-
Number of milliseconds to wait for a response from geolocation before
firing a locationerror event.Timeout.
- title(String) - Method in class com.gwidgets.api.leaflet.options.MarkerOptions.Builder
-
Text for the browser tooltip that appear on marker hover (no tooltip by default).
- tms(Boolean) - Method in class com.gwidgets.api.leaflet.options.TileLayerOptions.Builder
-
If true, inverses Y axis numbering for tiles (turn this on for TMS services).
- toBBoxString() - Method in class com.gwidgets.api.leaflet.LatLngBounds
-
Returns a string with bounding box coordinates in a 'southwest_lng,southwest_lat,northeast_lng,northeast_lat' format.
- toGeoJSON() - Method in class com.gwidgets.api.leaflet.Circle
-
Returns a GeoJSON representation of the circle (GeoJSON Point Feature).
- toGeoJSON() - Method in class com.gwidgets.api.leaflet.CircleMarker
-
- toGeoJSON() - Method in class com.gwidgets.api.leaflet.LayerGroup
-
Returns a GeoJSON representation of the layer group (GeoJSON FeatureCollection).
- toGeoJSON() - Method in class com.gwidgets.api.leaflet.Marker
-
To geo JSON.
- toGeoJSON() - Method in class com.gwidgets.api.leaflet.MultiPolygon
-
Returns a GeoJSON representation of the multipolygon
- toGeoJSON() - Method in class com.gwidgets.api.leaflet.MultiPolyline
-
Returns a GeoJSON representation of the multipolyline (GeoJSON MultiLineString Feature).
- toGeoJSON() - Method in class com.gwidgets.api.leaflet.Polygon
-
- toGeoJSON() - Method in class com.gwidgets.api.leaflet.Polyline
-
Returns a GeoJSON representation of the polyline (GeoJSON LineString Feature).
- togglePopup() - Method in class com.gwidgets.api.leaflet.Marker
-
Toggles the popup previously bound by the bindPopup method.
- toString() - Method in class com.gwidgets.api.leaflet.LatLng
-
- toString() - Method in class com.gwidgets.api.leaflet.Point
-
- touchZoom(Boolean) - Method in class com.gwidgets.api.leaflet.options.MapOptions.Builder
-
Whether the map can be zoomed by touch-dragging with two fingers.
- trackResize(Boolean) - Method in class com.gwidgets.api.leaflet.options.MapOptions.Builder
-
Whether the map automatically handles browser window resize to update itself.
- transform(Point, Number) - Method in class com.gwidgets.api.leaflet.Transformation
-
Returns a transformed point, optionally multiplied by the given scale.
- transformation(Number, Number, Number, Number) - Static method in class com.gwidgets.api.leaflet.L
-
Represents an affine transformation: a set of coefficients a, b, c, d for transforming a point of a form (x, y) into (a*x + b, c*y + d) and doing the reverse.
- Transformation - Class in com.gwidgets.api.leaflet
-
Represents an affine transformation: a set of coefficients a, b, c, d for transforming a point of a form (x, y) into (a*x + b, c*y + d) and doing the reverse.
- transparent(Boolean) - Method in class com.gwidgets.api.leaflet.options.TileLayerWMSOptions.Builder
-
If true, the WMS service will return images with transparency.