Bibek KakatiforBibek's Blogbibekkakati.hashnode.net·May 6, 2021How To Track User's LocationHello everyone 👋 In this article, we will see how can we get access to the user's location on our website. Tracking the user's location is not always necessary, but if you are building something like a location sharing application, a map-related app...Discuss·100 likes·2.0K readsJavaScript
Nayan DasforGeekyAnts Tech Bloghysterical-ambition-request-53.hashnode.net·May 31, 2021Designing A Geospatial Rest Backend Using GeoDjangoEver wanted to build a system where you can process map data just like Google maps or Apple maps? We are going to do exactly just that in this article 🚀. First, we would look into some basics of geographic system terminology and then dive directly i...Paul Onteri and 1 other are discussing this2 people are discussing thisDiscuss·56 likes·6.2K readsMisc.Python
Harish RajoraforHarish's Blogharishr.hashnode.net·Mar 25, 2022How To Test Geolocation Of Websites And Mobile AppsWe are all familiar with the location button in our mobile apps or the Allow your location popup in a desktop browser when accessing a website. It’s probably due to too straightforward apps asking you for your location and telling you what they’re ab...Discuss·23 likes·27 readsTesting
Gökay BÜRÜÇforMidnight Coding Blogmidnightdeveloper.hashnode.net·Apr 1, 2023Earthquake Heatmap ProjectAfter the devastating earthquake that took place in Kahramanmaraş on February 06, 2023, the eyes turned to the Bosphorus Kandilli Observatory Earthquake Data. News Channels and Newspapers published earthquake bulletins almost every day for twenty day...DiscussPython
Dileepa Chandimaforeigen. by Dileepa Chandimadilipchandima.hashnode.net·Mar 25, 2023How I built background geolocation tracking with ReactNativeHi friends 🥰 Today I'm going to tell you how I built background geolocation tracking when I work on BAAS mobile application. BAAS mobile application is an On-demand Handyman booking application for the US. Still, we are in the customer and handyman ...DiscussReactnative
David AjukaforToBittobit.hashnode.net·Mar 5, 2023Unlock the Power of Geolocation API in Javascript: Enhance Your Web Apps with Location-Based FeaturesWhat is the geolocation API? The geolocation API is a powerful tool available in Javascript that allows web applications to access the user's location information. This API allows web developers to create location-based features that enhance the user...Discuss·2 likes·83 readsJavaScript
Utsav Ojhaforutsavo's Blogutsavo.hashnode.net·Jan 17, 2023How To: Geo-queries in firestore v9Aim: To query our firestore collection of documents that have Geopoint data and return results based on proximity to users' location. Motivation: Consider the following scenario, we have an application that needs to display restaurants nearby a user'...Discuss·99 readsNext.js
Camimi Moralesforwhatis.hashnode.net·Nov 21, 2022What is IP GeolocationIntroduction Users of the Internet will have come across IP address geolocation in one way or another. They might not be aware that they have IP geolocation to thank for their ease of browsing on the Internet. Websites use geolocation technology for ...Discuss·39 readswebservice
Chaoming LiforChaoming's Blogchaoming.hashnode.net·Nov 15, 2022I created a React country and state field package that can detect the user's IP geolocationFor users, picking their countries from a long list of options in the country field is quite an annoying thing. To solve the UX issue, I created a country and state field package for React developers. The fields can detect the user's IP geolocation, ...Discuss·46 readsReact
Plamen MushkovforAPEX App Lab - Blogplamen9.hashnode.net·Oct 27, 2022A glimpse of the APEX 22.2 new features - Device GeolocationVisit my DEMO PAGE and see the new Device Geolocation feature in action. 🌐 Device Geolocation Get Current Position Dynamic Action The new Get Current Position dynamic action fetches the device current location and returns a JavaScript GeoJSON objec...Discuss·5 likes·695 readsorclapex
Stephan E.G. VeenstraforFlutterGameDevsegveenstra.hashnode.net·Oct 10, 2022Devblog 1: Proof of ConceptSo last weekend I finally 'really' started working on my new pet project. In the previous post I've explained what I'll be building but not what I've actually done for it. In this post I will tell a little bit about what I've worked on. Baby steps I ...Discuss·3 likes·141 readsLocal Explorer Devblog@poc
Osamagioghomwenwi Oghagbon (Raaymii)forRaaymii's blograaymii.hashnode.net·Sep 29, 2022HTML has Geolocation API?When my mentor assigned us other html-related topics to learn for the week, including this one, I asked exactly this question. I had never heard of it; therefore, it was an exciting subject to me. I definitely won’t claim to be an HTML expert, but I ...Discuss·37 readsgeolocation
Jackson JiangforWalkthrough with Jjacksonjiang.hashnode.net·Sep 9, 2022Obtain Nearest Address to a Longitude-Latitude PointIn the mobile Internet era, people are increasingly using mobile apps for a variety of different purposes, such as buying products online, hailing taxis, and much more. When using such an app, a user usually needs to manually enter their address for ...DiscussJava