Transfers from Lamezia Terme Airport to Pollica (2023)

We use cookies to help improve your user experience. Continue browsing if you are OK with this. Cookie Policy

Transfers from Lamezia Terme Airport to Pollica (6)

HOME >

Lamezia Terme airport (SUF) > Pollica

Book your transfer now!

Start your holidays smiling!

" + "Still can't find your destination?" + " " + "Get a quote!" + "

"); }, 100);}function appendResultsFixesOnTOP() { $(".BoxGetQuoteFixed").remove(); $($($("#ddlDestinos").data().select2.dropdown[0]).find(".select2-results")[0]).prepend("

" + "No match found" + "

" + "Please select the town or area of your destination. We'll ask you for the hotel or address later." + "

" + "Still can't find your destination?" + " " + "Get a quote!" + "

");}function CargarDatos() { $.ajax({ type: "POST", url: "/funciones.aspx/CargarDatosHome", contentType: "application/json; charset=utf-8", dataType: "json", success: function (response) { if (response.d != null) { CargarAeropuertos(response.d.ID_Aeropuerto, response.d.ID_Destino, false) $("#lblAdultsValue").val(response.d.Adultos); $("#lblChildrenValue").val(response.d.NiñosSeparados); $("#lblBabiesValue").val(response.d.Babies); $("#txtFechaInicio").val(response.d.FechaInicioFormat); $("#txtFechaInicio").attr("data-fecha", response.d.FechaInicioString); var from = $("#txtFechaInicio").attr("data-fecha").split("/"); var f = new Date("05/23/2023"); if (from != "") { f = new Date(from[2], from[1] - 1, from[0]); } if ($("#txtFechaFin").data().datepicker != null) { $("#txtFechaFin").data().datepicker.remove(); } $("#txtFechaFin").datepicker({ language: 'en' , todayHighlight: false , startDate: f , format: 'D, d M yyyy' , autoclose: true }).on('show', function () { }).attr('readonly', true); $("#txtFechaFin").val(response.d.FechaFinFormat); $("#txtFechaFin").attr("data-fecha", response.d.FechaFinString); $(".form-check-inline input[type='checkbox']").attr('checked', response.d.SoloIda).change(); if (response.d.Tipo) { $('#rdbFromAirport').prop('checked', true); $("#rdbFromAirport").trigger("change"); } else { $('#rdbToAirport').prop('checked', true); $("#rdbToAirport").trigger("change"); } CargarPassengers(); } else { CargarAeropuertos(); CargarPassengers(); } }, failure: function (response) { alert(response.d); } });}$('.form-check-inline').change(function () { var chk = $(".form-check-inline input[type='checkbox']:checked").val(); if (chk == "on") { $(".txtFechaFin").attr('disabled', 'disabled'); $(".txtFechaFin").parent().parent().addClass("disabled"); $(".txtFechaFin").val(""); } else { $(".txtFechaFin").removeAttr("disabled"); $(".txtFechaFin").parent().parent().removeClass("disabled"); }});function CargarTextos() { $.ajax({ type: "POST", url: "/funciones.aspx/CargarTextos", contentType: "application/json; charset=utf-8", dataType: "json", data: '{aeropuerto: "' + $("#ddlAeropuertos").val() + '"}', success: function (response) { if (response.d == "2") { if ($('#rdbFromAirport').is(':checked')) { $(".lblAeropuerto").html("Which airport or cruiseport are you arriving at?"); $(".lblFechaInicio").html("Ship arrival date"); $(".lblFechaFin").html("Ship departure date"); $(".lblDestino").html("Where do you want to go?"); $("#txtFechaInicio").attr("placeholder", "Arrival date"); $("#txtFechaFin").attr("placeholder", "Departure date"); } else { $(".lblAeropuerto").html("Which airport or cruiseport do you need to go to?"); $(".lblFechaInicio").html("Ship departure date"); $(".lblFechaFin").html("Ship arrival date"); $(".lblDestino").html("Where do we pick you up?"); $("#txtFechaFin").attr("placeholder", "Arrival date"); $("#txtFechaInicio").attr("placeholder", "Departure date"); } $(".lblFrom").html("From the cruiseport"); $(".lblTo").html("To the cruiseport"); } else { if ($('#rdbFromAirport').is(':checked')) { $(".lblAeropuerto").html("Which airport or cruiseport are you arriving at?"); $(".lblFechaInicio").html("Flight arrival date"); $(".lblFechaFin").html("Flight departure date"); $(".lblDestino").html("Where do you want to go?"); $("#txtFechaInicio").attr("placeholder", "Arrival date"); $("#txtFechaFin").attr("placeholder", "Departure date"); } else { $(".lblAeropuerto").html("Which airport or cruiseport do you need to go to?"); $(".lblFechaInicio").html("Flight departure date"); $(".lblFechaFin").html("Flight arrival date"); $(".lblDestino").html("Where do we pick you up?"); $("#txtFechaFin").attr("placeholder", "Arrival date"); $("#txtFechaInicio").attr("placeholder", "Departure date"); } $(".lblFrom").html("From the airport"); $(".lblTo").html("To the airport"); } }, failure: function (response) { alert(response.d); } });}$("#rdbFromAirport").change(function () { CargarTextos();});$("#rdbToAirport").change(function () { CargarTextos();});$(document).on('change', '#txtFechaInicio', function () { var from = $(this).attr("data-fecha").split("/"); var f = new Date("05/23/2023"); if (from != "") { f = new Date(from[2], from[1] - 1, from[0]); } if ($("#txtFechaFin").data().datepicker != null) { $("#txtFechaFin").data().datepicker.remove(); } $("#txtFechaFin").datepicker({ language: 'en' , todayHighlight: false , startDate: f , format: 'D, d M yyyy' , autoclose: true }).on('show', function () { }).attr('readonly', true); var fecha_fin = $("#txtFechaFin").attr("data-fecha").split("/"); var f_fin = new Date("05/23/2023"); if (fecha_fin != "") { f_fin = new Date(fecha_fin[2], fecha_fin[1] - 1, fecha_fin[0]); } if (f_fin < f) { $("#txtFechaFin").val(""); $("#txtFechaFin").attr("data-fecha", ""); } setTimeout(function () { $("#txtFechaFin").focus(); }, 100);});function CargarPassengers() { var text_adulto = "adult"; var text_adultos = "adults"; var text_niño = "child"; var text_niños = "children"; var texto1 = "", texto2 = ""; if (Number($("#lblAdultsValue").val()) > 1) { texto1 = text_adultos; } else { texto1 = text_adulto; } var children = Number($("#lblChildrenValue").val()) + Number($("#lblBabiesValue").val()); if (children > 1 || children == 0) { texto2 = text_niños; } else { texto2 = text_niño; } $("#txtPassengers").val($("#lblAdultsValue").val() + " " + texto1 + ", " + children + " " + texto2);}function MinusAdults() { var num = Number($("#lblAdultsValue").val()) - 1; if (num >= 1) { $("#lblAdultsValue").val(num); } CargarPassengers();}$("#lblAdultsValue").keyup(function (event) { CargarPassengers(); });$("#lblChildrenValue").keyup(function (event) { CargarPassengers(); });$("#lblBabiesValue").keyup(function (event) { CargarPassengers(); });$("#lblBabiesValue").keydown(function (e) { if ($.inArray(e.keyCode, [46, 8, 9, 27, 13, 110, 190]) !== -1 || (e.keyCode === 65 && (e.ctrlKey === true || e.metaKey === true)) || (e.keyCode >= 35 && e.keyCode <= 40)) { return; } if ((e.shiftKey | s | (e.keyCode < 48 || e.keyCode > 57)) && (e.keyCode < 96 || e.keyCode > 105)) { e.preventDefault(); }});$("#lblChildrenValue").keydown(function (e) { if ($.inArray(e.keyCode, [46, 8, 9, 27, 13, 110, 190]) !== -1 || (e.keyCodse === 65 && (e.ctrlKey === true || e.metaKey === true)) || (e.keyCode >= 35 && e.keyCode <= 40)) { return; } if ((e.shiftKey || (e.keyCode < 48 || e.keyCode > 57)) && (e.keyCode < 96 || e.keyCode > 105)) { e.preventDefault(); }});$("#lblAdultsValue").keydown(function (e) { if ($.inArray(e.keyCode, [46, 8, 9, 27, 13, 110, 190]) !== -1 || (e.keyCode === 65 && (e.ctrlKey === true || e.metaKey === true)) || (e.keyCode >= 35 && e.keyCode <= 40)) { return; } if ((e.shiftKey || (e.keyCode < 48 || e.keyCode > 57)) && (e.keyCode < 96 || e.keyCode > 105)) { e.preventDefault(); }});function PlusAdults() { $("#lblAdultsValue").val(Number($("#lblAdultsValue").val()) + 1); CargarPassengers();}function MinusChildren() { var num = Number($("#lblChildrenValue").val()) - 1; if (num >= 0) { $("#lblChildrenValue").val(num); } CargarPassengers();}function PlusChildren() { $("#lblChildrenValue").val(Number($("#lblChildrenValue").val()) + 1); CargarPassengers();}function MinusBabies() { var num = Number($("#lblBabiesValue").val()) - 1; if (num >= 0) { $("#lblBabiesValue").val(num); } CargarPassengers();}function PlusBabies() { $("#lblBabiesValue").val(Number($("#lblBabiesValue").val()) + 1); CargarPassengers();}function CloseModalPasajeros() { $(".modalPasjeros").css("display", "none");}$(document).click(function (e) { var $target = $(e.target); if (($target.hasClass("modalPasjeros") || $target.parent().hasClass("modalPasjeros") || $target.parent().parent().hasClass("modalPasjeros") || $target.parent().parent().parent().hasClass("modalPasjeros") || $target.parent().parent().parent().parent().hasClass("modalPasjeros") || $target.hasClass("txtPassengers")) && !$target.hasClass("btnOKPasajeros")) { $(".modalPasjeros").css("display", "block"); } else { $(".modalPasjeros").css("display", "none"); }});$("#ddlAeropuertos").on("shown", function (e) { $('html, body').animate({ scrollTop: $("#ddlAeropuertos").offset().top }, 300);});$(document).ready(function () { ResizeSlider(); var f = new Date("05/23/2023"); $("#txtFechaFin").datepicker({ language: 'en' , todayHighlight: false , startDate: f , format: 'D, d M yyyy' , autoclose: true , toggleActive: false }).attr('readonly', true);});

Transfers from Lamezia Terme Airport to Pollica (7)

Transfers from Lamezia Terme Airport to Pollica (8)

Transfers from Lamezia Terme Airport to Pollica (9)

Transfers from Lamezia Terme Airport to Pollica (10)









Pollica

from Lamezia Terme airport


Journey details 309 km 4h 5 min

The route map could not be loaded

CLOSE

OTHER DESTINATIONS NEARBY

Lamezia Terme airport (SUF) Acconia di Curinga Lamezia Terme airport (SUF) Acconia di Curinga 15 km 20 min Lamezia Terme airport (SUF) Pizzo Calabro Lamezia Terme airport (SUF) Pizzo Calabro 28 km 30 min Lamezia Terme airport (SUF) Amantea Lamezia Terme airport (SUF) Amantea 38 km 40 min
Lamezia Terme airport (SUF) Squillace Lido Lamezia Terme airport (SUF) Squillace Lido 45 km 40 min Lamezia Terme airport (SUF) Tropea Lamezia Terme airport (SUF) Tropea 54 km 55 min Lamezia Terme airport (SUF) Capo Vaticano Lamezia Terme airport (SUF) Capo Vaticano 66 km 1h 10 min

See all destinations fromLamezia Terme airport

HOW IT WORKS

Transfers from Lamezia Terme Airport to Pollica (17)

Transfers from Lamezia Terme Airport to Pollica (18)

Transfers from Lamezia Terme Airport to Pollica (19)



MILLIONS OF HAPPY CUSTOMERS

Top Articles
Latest Posts
Article information

Author: Mr. See Jast

Last Updated: 22/02/2023

Views: 6779

Rating: 4.4 / 5 (75 voted)

Reviews: 82% of readers found this page helpful

Author information

Name: Mr. See Jast

Birthday: 1999-07-30

Address: 8409 Megan Mountain, New Mathew, MT 44997-8193

Phone: +5023589614038

Job: Chief Executive

Hobby: Leather crafting, Flag Football, Candle making, Flying, Poi, Gunsmithing, Swimming

Introduction: My name is Mr. See Jast, I am a open, jolly, gorgeous, courageous, inexpensive, friendly, homely person who loves writing and wants to share my knowledge and understanding with you.