Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 3 Current »

Atrybutu obiektu Address

AtrybutTypOpis
idStringIdentyfikator obiektu adres
street
StringNazwa ulicy
building_number
StringNumer domu
cityStringMiasto
post_codeStringKod pocztowy
country_codeStringKod kraju

Atrybut line1 i line2 jest jeszcze wspierany, jednak zalecane jest używanie street i building_number.

 

Przykład obiektu w formacie JSON

{
	"id": 390,
	"street": "ul. Wąska 12",
	"building_number": "Pokój 3212",
    "city": "Międzyborze",
    "post_code": "99-999",
    "country_code": "PL"
}
  • No labels