EN PL ES
Reservar Visita
Plot

Plot in Mijas

Mijas Centro, Mijas , Malaga

1,450,000€

Listed: 07 March 2026

Plot in Mijas
+14 fotos

Descripción

Urban Development Land – Mijas Pueblo – Costa del Sol.

Magnificent urban plot for sale in a highly sought-after area. The plot is surrounded by mature trees, ensuring privacy. One minute by car from the centre of Mijas Pueblo.

A Detailed Development Study ("Estudio de Detalle) has already been approved to build 11 townhouses and 1 villa.
________________________________________
Technical Data:

• The plot is located in sector U.E. S-19 of Mijas
• It complies with all boundary limits established in the alignment plans
• Total surface area: 6,008.89 m² according to IBI records (4,188.89 m² + 1,820.00 m²)
________________________________________
According to the Mijas PGOU, the following construction limits apply:

• Building coefficient: 0.35 m²/m²
• Number of permitted properties: 1 residence per 500 m²
• Maximum number of floors: 2

TOTAL BUILDABLE AREA ACCORDING TO PGOU: 2,103.11 m² (maximum 12 dwellings)
________________________________________
The approved Detailed Development Study proposes:

• Buildable area: 1,918.74 m²
• Number of dwellings: 12
• Maximum height: 2 floors
• Plot coverage: 21.14%
• Parking spaces: 18
________________________________________
The PGOU classifies the plots as AIS-3. According to Article 229, section 4b of the PGOU, developments of semi-detached single-family housing (ADS) are permitted, processed through a Detailed Development Study.
The minimum plot size required for such developments in the AIS-3 Subzone is 4,000 m². In this case, the plot has 6,008.89 m².

Technical Detalles

0 m²

Área

0

Bedhabitaciones

0

Bathhabitaciones

6009 m²

Plot

Amenities

Pool

Ubicación

Mortgage Calculator

Deposit amount:
Monthly payment:

Interested?

Contacto us to get more information about this property.

Teléfono

+44 20 1234 5678

Correo Electrónico

info@tripinvestuk.co.uk

function updateDepositAmount() { const propertyPrice = 1450000.00; const depositPercent = parseFloat(document.getElementById('deposit_percent').value) / 100; const depositAmount = propertyPrice * depositPercent; const displaySpan = document.getElementById('deposit_amount_display'); displaySpan.textContent = depositAmount.toLocaleString() + ' EUR'; } function calculateMortgage() { const propertyPrice = 1450000.00; const depositPercent = parseFloat(document.getElementById('deposit_percent').value) / 100; const loanAmount = propertyPrice * (1 - depositPercent); const years = parseInt(document.getElementById('loan_years').value); const annualRate = parseFloat(document.getElementById('interest_rate').value); const monthlyRate = annualRate / 12; const numPayments = years * 12; const monthlyPayment = loanAmount * (monthlyRate * Math.pow(1 + monthlyRate, numPayments)) / (Math.pow(1 + monthlyRate, numPayments) - 1); const resultDiv = document.getElementById('monthly_payment_result'); const amountSpan = document.getElementById('monthly_amount'); amountSpan.textContent = Math.round(monthlyPayment).toLocaleString() + ' EUR/month'; resultDiv.style.display = 'block'; // Update deposit amount display updateDepositAmount(); } // Dynamiczne obliczanie przy zmianie wartości document.addEventListener('DOMContentLoaded', function() { const loanYearsSelect = document.getElementById('loan_years'); const interestRateSelect = document.getElementById('interest_rate'); const depositPercentSelect = document.getElementById('deposit_percent'); if (loanYearsSelect && interestRateSelect && depositPercentSelect) { loanYearsSelect.addEventListener('change', calculateMortgage); interestRateSelect.addEventListener('change', calculateMortgage); depositPercentSelect.addEventListener('input', calculateMortgage); // Oblicz przy ładowaniu strony updateDepositAmount(); calculateMortgage(); } });