1
votes

I use the @react-google-maps/api library and the code can be found in this link: https://www.npmjs.com/package/@react-google-maps/api

What do you mean with "string"? 52.025984, 8.532100? Or 52°01'33.5"N 8°31'55.6"E? There are multiple formats possible...tom203
i use an input witch take value like this (adress: New York) and I need somthing to convert that into coordinatesEmi Ungurean
Your question title is different. Do you need to convert New York to coordinates or coordinates to New York?tom203
New York into coordinatesEmi Ungurean
Stack overflow is not a free coding service. Please do some research, share your code and attempts at doing what you asked for and provide a minimal reproducible example that allows to reproduce the issue, along with debugging details.MrUpsidown