TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
Adalat Khan
652
1.5k
866.7k
Calculate Nearest Site Latitude and Longitude
Jun 14 2020 1:41 PM
We have telecom Sites (Towers). Each Tower is identified by its Latitude and Longitude. We have Latitude and Longitude information in the database Site table. Suppose when we installed a new tower in a new location so how to find the nearest Site Latitude and Langitude from the New Site. Suppose conside the following method:
public void NearestSiteLatLong(double NewLocationLatitude, double NeLocationLongitude)
{
Fitch the stored Latitude and Langitude values from the database table Site and then compare each retrieved Latitude and Langitude from the database Table Site with the NewLocationLatitude and NewLocationLongitude and then find the nearest Latitude and Longitude
}
Here i am not sure how to compare i means which type of comparison is this?
Thanks in advance
Reply
Answers (
1
)
Create qr code in .net core application using bitmap
Error: "Some services are not able to be constructed"