Address in "ISO,city/ZIP,street,house number" format. If address is in "ISO,city/ZIP,street,street" format, function will return coordinates of intersection
bPostal
Flag determining whether second address parameter represents city or ZIP code. true - ZIP code. false - City.
bValueMatch
Flag determining whether the result will be the exact match or the best value match (true for fuzzy search of address)
MaxTime
Maximum of time (in milliseconds) function can take. If MaxTime=0 function execution is not time limited.
Return Value
1 if successful, other value otherwise.
Remarks
Address parameter house number is optional. If you do not want to fill it write address like this: "SVK,Bratislava,Einsteinova,"
Second address parameter can represent city name or ZIP code.