This is a static archive of our old OpenStreetMap Help Site. Please post any new questions and answers at community.osm.org.

Get Geopoint() for an address

0

Hello

I have osm exprorted file for my country. I read it and I want to take from this map the geopoint for my address using C#.

//so I read the file    
var f = new FileInfo("country-latest.osm.pbf").OpenRead();

there are a possibility to get the geopoint for an address??

Thank you a lot

asked 21 Dec '16, 10:11

viorel1103's gravatar image

viorel1103
11224
accept rate: 0%

edited 24 Jan '17, 22:12

aseerel4c26's gravatar image

aseerel4c26 ♦
32.6k18248554

please supply more details what you want to do. Example input and example output. What are your project outlines? offline? online? Do you want to import some libraries or program yourself?

(24 Jan '17, 22:13) aseerel4c26 ♦

Source code available on GitHub .