@SegnitiesSubmitted over 1 year ago
Ooops... I forgot border-right and I don't understand where is ISO(Internet provider?) in Geoapify APIs. If someone gives a hint, I'll be very grateful.
Ooops... I forgot border-right and I don't understand where is ISO(Internet provider?) in Geoapify APIs. If someone gives a hint, I'll be very grateful.
The ISP information is in the following format in the data object:
"as": {
"name": "xyz",
...
}
You can access it in your component like this:
data.as.name
Hope it works.
I couldn't get my map to work properly for some reason. It sets to the user's location when the user loads the website, but I can't get it to work for any other IP Addresses that the user enters.
Great work tho!