Dsat for msft geonames jobs

Filter

My recent searches
Filter by:
Budget
to
to
to
Type
Skills
Languages
    Job State
    458 dsat for msft geonames jobs found, pricing in USD

    Ok...I'm ready to go ahead and have the adjustments to the current script done....adding the geonames ID to the primary city and each nearby city. In addition, there are a couple of other changes that I'll need done to avoid errors in the db. First, the nearby cities should only be in the US. You can tell if they are by either looking at the "countryName" field or looking at the value returned for adminCode1 field which is normally the state. If it is a number it is not in the US and should be ignored (ran into a number of cities from Canada and Mexico that I had to manually remove. 2) If the script can't find 10 nearby cities it currently adds "NULL" in all empty fields. I'd prefer them to just be empty. One important note. When a cit...

    $50 (Avg Bid)
    $50 Avg Bid
    1 bids

    A financial statement, pulling information from google and yahoo finance. It should have a front facing input box where a stock symbol is searched and it generates the company's financial statement. It should look like this,

    $115 (Avg Bid)
    $115 Avg Bid
    5 bids

    ...pairs arg:result in a dictionary in an attribute of the function object. The function being memoized is: def fibonacci(n):        assert n >= 0        if n < 2:             return n        else:              return fibonacci(n-1) + fibonacci(n-2) the following data and store them in a JSON Format from the url :  Name Age Details 3. A generic Scraper to Collect the below listed data points from this website :  OFFICE NAME Example Entity Names : a)CAISSE REGIONALE DE CREDIT AGRICOLE MUTUEL DU FINISTERE b)IME...

    $108 (Avg Bid)
    $108 Avg Bid
    4 bids

    I'm currently builiding a website on MSFT Azure but the site isn't working properly due to the mod_rewrite not being enabled. Unfortunately, I'm looking to hire someone who can set this up for me and get the site to work. Website:

    $35 (Avg Bid)
    $35 Avg Bid
    10 bids

    I'm currently builiding a website on MSFT Azure but the site isn't working properly due to the mod_rewrite not being enabled. Unfortunately, I'm looking to hire someone who can set this up for me and get the site to work. Website:

    $70 (Avg Bid)
    $70 Avg Bid
    9 bids

    tried fixes suggested through msft knowledgebase, but still unable to add client computer (windows 7 or windows 10) to a SBS 2011 server. was initially "client does not meet the requirements", but now it is "unable to download client connector error"

    $135 (Avg Bid)
    $135 Avg Bid
    16 bids

    I am able to download options chain data, using my code into a file, but I need it extracted into a nice clean .csv file. Look at for say MSFT or APPL. And the HTML underlying. I need the full list of all calls and puts for each date and each strike price, and then I need the low-level data which you see (when clicking on one of the strikes, say the $130 for 24-Feb APPL).

    $575 (Avg Bid)
    $575 Avg Bid
    10 bids

    Design a flyer promoting an after-school Martial Arts program (see attached document for content). Should include stock illustration (black and white or grayscale) as appropriate. Should be simple to create clean photo-copies. Should be flexible to allow for changes and future edits. Layout should be done in MSFT Word.

    $84 (Avg Bid)
    $84 Avg Bid
    67 bids

    ...[symbol] 3) The PHP code will parse through the results and return the data as a JSON javascript object to the HTML page where it will be presented to the user like this: symbol=IBM bid=12.2 ask=13.4 etc.... An example of the data returned from URL is below: qmQuote = new Object(); qmQuote.symbol=' MSFT '; qmQuote.longName=' Microsoft Corporation '; qmQuote.shortName=' MSFT '; qmQuote.exchange=' Exchange NGS '; ; qmQuote.exchangeShortName=' Exchange Short Name NGS '; qmQuote.entitlement=' Entitlement DL '; qmQuote.last=' Last 63.015 '; qmQuote.change=' Change -0.565 '; qmQuote.changePercent=' % Change -0.89% '; qmQuote.bid=' Bid 63.01 �...

    $35 (Avg Bid)
    $35 Avg Bid
    23 bids

    Implement a location box where the user need to fill their city name and from the list or database the box can auto populate the city name and user have to select from it . preferably use the online available city database like geonames or maxmind. Example see in attachment.

    $23 (Avg Bid)
    $23 Avg Bid
    7 bids

    Take an Excel Spreadsheet that is in this format: Column A) Last name; first name; ...Zip Code; H) Spouse name; I) Second email address. Excel spreadsheet is sorted alpha by last name. Create a MSFT Word doc in the following format: Line 1) First name & last name from Column A & First name and last name from Column H; [If Column H has only a first name, e.g. "Rebecca" then name should be "Mark and Rebecca Askew"; Line 2) Street address from Column D; Line 3) City from column E, State from column F and Zip Code from Column G; Line 4) phone numbers; Line 5) email address from Column B and Line 6) email address from column I. Additionally, develop instructions to create mailing labels in MSFT word for the Word doc, including specific Avery lab...

    $90 (Avg Bid)
    $90 Avg Bid
    26 bids

    Project involves assessing and creating models to analyze a ticker(MSFT) using Vose software ()

    $30 (Avg Bid)
    $30 Avg Bid
    3 bids

    ...be located in the United Stated (otherwise you will get localized Facebook handles)***** I need you to: 1) Create a spreadsheet that captures the information in the table on this site: Specifically, have one row per company, and a column for company rank, score, name, country, and GICS sector. 2) Add a column called "Facebook". Search for the company's official Facebook fan page and enter the screenname in this column. For example, if the company is General Electric, this would be their fan page: and you would enter "GE". If there are multiple versions, select the US version. Also note, a large company should have a lot of followers -- if not, it may not be the right account. Make sure that the

    $202 (Avg Bid)
    $202 Avg Bid
    5 bids

    ...Docker (Step by step resource for setting this up) Services In addition to installing the basic stack above, you must have accounts with the following services (exceptions noted). Most of these services are either free or pay per use. If you don't find certain services below to be relevant to your application, feel free to not use them. However, you will have to remove references to these services in the code, usually visible in the code with the format of Figaro.env.SERVICE_NAME New Relic APM - for application and downtime monitoring Sendgrid - for sending out system emails to customers Stripe Connect Managed Accounts - for credit card processing and billing Honeybadger - for server error reports Amazon Web Services (AWS) account, spec...

    $708 (Avg Bid)
    $708 Avg Bid
    25 bids

    ...python library to be able to take a list of symbols (from 50 to 150 symbols) and go ahead to download the stock data and option data, for that day, from Yahoo finance for each given symbol, and extract the ‘call’ option chains for different expiration dates and different strike prices. I am not interested in put option data, just call option data. You could check link to have an idea of what data you are downloading: Stock Data: Options Chain Data: I would recommend using YQL or the ystockquote API to download the Yahoo stock data. It is available at For downloading the call options chain data, I would also recommend using YQL. When the contract is awarded I will provide more precise

    $230 (Avg Bid)
    $230 Avg Bid
    20 bids

    I want to write a code that would do all the following using jquery for my website : 1-sort the columns in the table(similar to what I already have on ) 2-filter the entire table(similar to what I already have in ) 3-filter each column individually 4-be able to select several stocks at the same time. the user should be enter several stock names and find all rows that have those symbols. for example, they should be able to enter INTC MSFT HPE AMZN AMD BAC and should get all the rows with those symbols. 5-the volume columns should have a scroll bar to choose from min to max 6-Must be done in three files, an html file, js file and a css file and no more. 7-I don't want any CSS that would change the color of the rows as I like them the way they are.

    $148 (Avg Bid)
    $148 Avg Bid
    17 bids

    I need an app for stock market picks based off my websites... very basic not a lot of features but needs to have some eye catching modern graphics to get investors to want to use the app. Here is a litte more detailed info: from the user side not much , he can see alert, which includes the symbol and quote, recent news, chart .. and past alerts... and recent winners from the admin side, need to be able to add new alerts and change where where the app is pulling the information, for example, if the company is Microsoft symbol is MSFT I need a quote chart and news from MSFT ... next alert might be Apple APPL same set of requirements.. need to add to recent winners... might have 3 on home page, but when a 4th is introduced the oldest one moves to a More recen...

    $165 (Avg Bid)
    $165 Avg Bid
    16 bids

    ...data and option data, for that day, from Yahoo finance for each given symbol, and extract the ‘call’ option chains for different expiration dates and different strike prices. I am not interested in put option data, just call option data. I would then like to sort which potential 'call' options that have the best risk/reward based on a covered call options strategy. I can provide details on how to do this later on. You could check link to have an idea of what data you are downloading: Stock Data: Options Chain Data: On the delivery, I expect you to use regular expression or any other robust method to parse the data in a robust way and please raise an exception if anything goes wrong (for example, your code fails

    $216 (Avg Bid)
    $216 Avg Bid
    17 bids

    I need a VBA subroutine that will grab an options chain with most recent prices and other info, storing it on a new (inserted) sheet. This sub must work for weekly and monthly option tables. The sub will be called from within VBA code that will provide the following parameters: 1) Symb$: the symbol of the entity 2) ExpDate$: the expiration date of the option chain. 3) shtName$: the name of the sheet to hold the option chain table. The symbol can be any optionable entity (stocks, ETFs, indexes). Testing must verify that at least the following entities work: Ticker Symbol Name Product Type AAPL Apple Corporation Equity AMZN Inc Equity BAC Bank of America Corp Equity C Citigroup Equity CAT Caterpillar Inc. Equity FCX Freeport McMoran Copper CL B Equity FSLR First Solar

    $156 (Avg Bid)
    $156 Avg Bid
    15 bids

    We have a .NET/C# CRM application that we integrated with MSFT Exchange via MSFT Exchange Web Services (EWS). We are able to successfully connect with MS Office 365 users and display email and calendars. However, we are UNABLE to properly read/edit Shared Calendars for Exchange 2007, 2010, and newer versions that are Server based. Need assistance fixing this problem for our application/integration so shared calendars can be viewed/edited from inside our application.

    $706 (Avg Bid)
    $706 Avg Bid
    13 bids

    ...Data Cleansing and 1. This project scope is to match locations to the appropriate coordinates for the country of India. 2. We have a locations csv file with all the coordinates for the country of India extracted from 3. Problems with the Location file a. The quality of latitude and longitude is not consistent ranging from 2 digits to 7 digits b. One location can be found with multiple GeoNames Outcome 1. We want the location file to have no duplicates (There might be locations with similar name but in different regions. We intend to capture all of these locations details). 2. Every location needs to be verified against google maps or another trusted third party for each geoname entry in the locations file. 3. We want a final locations fil...

    $88 (Avg Bid)
    $88 Avg Bid
    14 bids

    ...collecting news stories. See this example of Yahoo news for news aggregator. I would like to have a similar format but with ranked results. Relevance can be defined several way and I’m not set on how to define it but here are some thoughts. If a user wants to see the news for Microsoft (ticker MSFT), I’d like the RSS feeds from various sites to be ranked according to the following methodology: Keywords in this example = “Microsoft” (company name) and “MSFT” (ticker) 1 point if story is from Wall Street Journal or New York Times or Financial Times 1 point if keywords shows up in the Title of the news story Or 1 Point if keywords shows up in the first paragraph of the story ¼ point for each time ke...

    $25 - $50 / hr
    $25 - $50 / hr
    0 bids

    I'm looking for a project that involves React.js and d3 charts. The goal of the project is to create a web based component with a command box (like a google box) and a d3 charts which displays stock price data. The user types a ticker and a graphing command in the command box, and the chart displays the historical price data based on the information in the command box. Ultimately, I want the command box to serve as the guide for the chart and the user has to type 'Ticker' followed by 'function'. For example, if a user types "MSFT GL" in the command box, a line chart of Microsoft stock will appear because MSFT is the ticker and GL is the function for graph line. If a user types "MSFT GC" ...

    $181 (Avg Bid)
    $181 Avg Bid
    7 bids

    GISGraphy needs to be installed on my server for GTSE.

    $608 (Avg Bid)
    $608 Avg Bid
    2 bids

    ...ETF e.g. for SPX, MSFT and 10 other random stocks and options for this example (2) Executes the above limit orders (3) Reads the portfolio to see the contents of the portfolio i.e. contact or stock characteristics, ticker, expiration, underlying for options, the purchase price, commission paid to execute the order, current bid and ask for the position (4) Stores the above information about portfolio in a pandas dataframe etc (5) Calculates the PnL of the positions individually every 10 min and if the PnL falls below 1% pops up a box saying the PnL for the particular contract is down for each relevant position in the portfolio. If more than 1 position is down then the message box will be updated to have more than 1 lines and each othe...

    $132 (Avg Bid)
    $132 Avg Bid
    3 bids

    Dynamic Solutions and Advanced Technologies Limited (DSAT) Website- We are a Software Solutions Company that develops innovative software products, and provides IT consultancy services for the logistics, Transportation & distribution industry. DSAT address the main challenges in Logistics like:  Efficient planning,  Optimization of load & route,  Centralization & decentralization across various branches,  Track & traceability of goods at various points DSAT has expertise & many customer bases for the below mentioned products:  Transport Management System (Xpressway - Distribution Version)  Transport Management System (Xpressway - RORO - Finished Vehicle Logistics)  Fleet Maintenance (FleetEx)  Franchise Manage...

    $35 (Avg Bid)
    $35 Avg Bid
    2 bids

    I'd like an expert SQL Developer available as a personal coach to provide guidance in SQL server as I increase my skills to expert level and prepare for MSFT cert exam 70-461s.

    $25 (Avg Bid)
    $25 Avg Bid
    9 bids

    ...financial metrics across five columns from this web site: This new project will use the same approach, but will need to collect the financial data from two sets of three different pages/tables: Annual Data Quarterly Data Given your current code, it's easy enough to pass these different URLs

    $187 (Avg Bid)
    $187 Avg Bid
    4 bids

    Use PHP to transform the elements of the following HTML table into an array, then write to a csv file. URL: Table XPath: //*[@id="maincontent"]/div[1]/table[1] Notice that this table has 5 years worth of columns/values (2011-2015) and 57 rows of metrics starting with "Sales/Revenue" all the way to "EBITDA Margin". The array might look something like this: $data[2011][Sales/Revenue] = "69.95B"; $data[2011][Sales Growth] = ""; $data[2011][Cost of Goods Sold] = 15.58B etc. The output of the csv should resemble the following: Year, Sales/Revenue, Sales Growth, Cost of Goods Sold, etc., EBITDA Margin 2011, 69.95B, -, 15.58B, etc 2012, 73.75B,5.43%,17.53B, etc 2013, etc. 2014, etc. 2015, etc.

    $23 (Avg Bid)
    $23 Avg Bid
    8 bids

    We are creating a computer background for local network computers. I want to take a component of our company's logo and turn it into a dynamic background that is similar to a wallpaper provided by Microsoft in Windows 10. Both images are attached. I want the color scheme to match our logo, but the overall feel and elements of the wall paper should be in line with the Microsoft wallpaper. Obviously, there should be no Window or reference to Msft in any way in the new wallpaper.

    $54 (Avg Bid)
    $54 Avg Bid
    9 bids

    Hello, We are in a start position of our project and we need a lot of help. 1) We need to find free database of geographic points (Lakes, forests, monuments, buildings, petrol stations, mountains and etc…). In other words, we need get all geographic data. (maybe openstreetmap or geonames datasets). 2) We need a special tool to work with points. We want put all points on the map, categorize them, and make them clickable to edit information. All categories icons must have 3 colours, red, yellow, green. Red – no data, yellow – data not complete, green – complete. Also there must be option to select which category to show. (good categorisation is in but not excellent, maybe you know or can suggest yours.) 3) Data entry window, must contain map with selec...

    $452 (Avg Bid)
    $452 Avg Bid
    11 bids

    ...per company. I will need it for 50 companies from year 1980- 2014. Around 1700 screen shots. Settings of the chart will be in the add file and sample work. If the company is listed after the year 1980, we start from the year the company was listed in the market. I will also need an excel file on each company will need to know the date, and stock price of the company when it hit 30 and above 70. The site can annotate the chart to add the lines so no need any photoshop skills. Blue line when RSI hits 30 Red line when RSI hits 70 50 companies are: 1. AAPL 2. GILD 3. MA 4. V 5. XOM 6. AMZN 7. WMT 8. HD 9. SBUX 10. NFLX 11. CBS 12. JNJ 13. PFE 14. DIS 15. IBM 16. CSCO 17. INTC 18. BRK.A 19. FEYE 20. WDC 21. GOOG 22. MSFT 24. BA 25. WFC

    $15 (Avg Bid)
    $15 Avg Bid
    6 bids

    Hello, I need website with database. I need something similar to: but i need to have posibility to add some new points of interest or easy import any base of points. Also i need 2 types of this web site, one for editor and one for user. Users can use web site in similar way like geonames, use search, and click any point for more information. Editor must have option to edit or add information to any point, delete or add new points. Also need easy to use data entry window then clicked on point. Thanks.

    $161 (Avg Bid)
    $161 Avg Bid
    9 bids

    There is a doctor Appointment scheduling website and Android mobile apps already built and now need to replicate the features and functionality and build a Windows mobile Phone app that is compatible on windows phones, mobile devices. App need to be published to Windows App store. Developer must use MSFT Unity framework and also have prior experience with Unity. Azure Mobile services for push notifications experience i s also required. Excellent C#, .NET and Javascript, jQuery skills are required.

    $364 (Avg Bid)
    $364 Avg Bid
    8 bids

    I need an SQL database for locations. They should contain 5 tables (continent, country, stateProvince, countyRegion, and city). I need data from geonames to be imported into them. The tables however should only contain 3 fields: id (this will be separate for every table), parentID, and name (this should be in simple ASCII format). I need you to document how you created the database (all the steps you took), just incase they update their data and I need to re-do myself. I also need the SQL file so all I need to do is import it into phpmyadmin and I'm ready to go. Please see this link to get an idea of how the hierarchy works: Geonames link is here:

    $100 (Avg Bid)
    $100 Avg Bid
    1 bids

    I need an SQL database for locations. They should contain 5 tables (continent, country, stateProvince, countyRegion, and city). I need data from geonames to be imported into them. The tables however should only contain 3 fields: id (this will be separate for every table), parentID, and name (this should be in simple ASCII format). I need you to document how you created the database (all the steps you took), just incase they update their data and I need to re-do myself. I also need the SQL file so all I need to do is import it into phpmyadmin and I'm ready to go. Please see this link to get an idea of how the hierarchy works: Geonames link is here:

    $100 (Avg Bid)
    $100 Avg Bid
    1 bids

    I need an SQL database for locations. They should contain 5 tables (continent, country, stateProvince, countyRegion, and city). I need data from geonames to be imported into them. The tables however should only contain 3 fields: id (this will be separate for every table), parentID, and name (this should be in simple ASCII format). I need you to document how you created the database (all the steps you took), just incase they update their data and I need to re-do myself. I also need the SQL file so all I need to do is import it into phpmyadmin and I'm ready to go. Please see this link to get an idea of how the hierarchy works: Geonames link is here:

    $100 (Avg Bid)
    $100 Avg Bid
    1 bids

    There are two sheets - Sheet 1 and Sheet 2. These are the tasks I need for each of the two sheets: Task 1 - Sheet 1 (500 rows): It has 7 columns. While first two columns are already filled; you will need to fill in the rest of the columns (Industry, Sector, Full time employees, Year Founded, Present in Sheet 2). You will go to yahoo finance and enter the company name on yahoo finance and will then go the company profile page where you can find - Industry, Sector, and the number of full time employees. For Year founded, you will have to google the company name and most likely from Wikipedia entry you should be able to get this information. You then open Sheet 2 and check if a company name from Sheet 1 is also present in Sheet 2; If yes, you simply enter "Yes"; oth...

    $28 (Avg Bid)
    $28 Avg Bid
    23 bids

    ...downloading process instead of manual clicking through; authentication token (user/password) will be provided (for cookie?). * The data of interest are financial statements (i.e. Income Statement, Balance Sheet, and Cash Flow Statement) specified by stock symbols and the website has "Export" button embedded for Excel/CSV file download (tedious to press the button 3 times to get the 3 statements) * The ideal solution is to automatically download the 3 statements provided by a list of symbols and store them in a designated directory; For example, given a list of symbols, say 3 symbols (the list can be much longer, though) - MSFT, IBM, GE. The result would be 3 Excel/CSV files (call it MSFT-FS, IBM-FS, GE-FS) and each file contains 3 tabs with...

    $233 (Avg Bid)
    $233 Avg Bid
    11 bids

    User will input location / area / city (India) using googlemaps online. Need a program / API that will convert this location to a Postal code or ZIP code of that location...this postal code will be used internally for another program. You may wish to use geonames, or any other reliable source or program for this requirement will provide more details offline

    $185 (Avg Bid)
    $185 Avg Bid
    4 bids

    I need to create a VBA code to load option chains from CBOE. The result of your work should be an Excel file where I will write input, click a button and then the VBA code will create the output. I don't want the VBA code to open browser window, just to quietly create the output...option chains from CBOE. The result of your work should be an Excel file where I will write input, click a button and then the VBA code will create the output. I don't want the VBA code to open browser window, just to quietly create the output. You should know something about options and where to get free data (CBOE - ). Input: - ticker (for example MSFT or AAPL, etc) - option expiration date Output: - Strike + Type (call/put) + Volume + Open interest

    $50 (Avg Bid)
    $50 Avg Bid
    1 bids

    ...development scope • Work with development team members to complete and integrate active directory with existing cloud based .NET applications. • Provide technical support to internal customers for production components. • Provide accurate development effort estimates and status reports of progress. Work standard • Work within specified timelines • Work autonomously • Effectively manage multiple projects simultaneously • Have excellent attention to detail Competency / Qualification Essential • 5+ years of experience developing enterprise software in C# using Active Directory, WCF, XML Parsers using MSFT Visual Studio 2010. • Demonstrated experience integrating Active Directory services into mult-tiered enterprise...

    $3786 - $5680 / hr
    $3786 - $5680 / hr
    0 bids

    Hi - I am looking for someone that has deep experience with Amazon Products API data feeds. From what I understand, there are preexisting Apps out there that have already been developed in Perl, C++, and PHP. I am hoping to connect with someone who has such an app, so that they can tweak it in order to meet my needs. I am referring to the a project related to the documentation shown at the below URLs. and

    $35 / hr (Avg Bid)
    $35 / hr Avg Bid
    18 bids

    We need to take some client data and put it into a graphical format using MSFT Excel. File attached for what we want this to look like. Need mainly bar graph and a few pie charts illustrating some financial figures and percentages.

    $66 (Avg Bid)
    $66 Avg Bid
    37 bids

    I need this immediately, please help. I have a list of latitude and longitude coordinates: 42.056701660156 -76.027198791504 35.580505371094 -77.012702941895 38.649993896484 -90.533401489258 37.645401000977 -84.817100524902 ...address This should be REALLY basic to code. Just put the lang and lat data into the URL or this service: it will return a chunk of XML like this: <geonames> <geoname> <toponymName>Vestal Center</toponymName> <name>Vestal Center</name> <lat>42.03285</lat> <lng>-76.01492</lng> <geonameId>5142298</geonameId> <countryCode>US</countryCode> <countryName>United States</countryName> <fcl>P</fcl> <fcode>PPL</fcode> <...

    $2 / hr (Avg Bid)
    $2 / hr Avg Bid
    4 bids

    develop OpenGTS mobile apps for business Customize web-page OpenGTS™ decorations, the look and feel our company tracking web site with our logo and colors Develop and customise Device Communication Server (DCS) Customize Device Communication Server (DCS), implement new functions and features to your DCS, like bidirection communication between device and the server via GPRS. Develop driver for specific Geocoder Provider develop driver for: - ReverseGeocodeProviders used to convert latitude/longitude values into a street address (Geonames, etc.). – GeocodeProvider used to convert street addresses into a latitude/longitude (if available). - Google V3

    $309 (Avg Bid)
    $309 Avg Bid
    3 bids

    develop OpenGTS mobile apps for business Customize web-page OpenGTS™ decorations, the look and feel our company tracking web site with our logo and colors Develop and customise Device Communication Server (DCS) Customize Device Communication Server (DCS), implement new functions and features to your DCS, like bidirection communication between device and the server via GPRS. Develop driver for specific Geocoder Provider develop driver for: - ReverseGeocodeProviders used to convert latitude/longitude values into a street address (Geonames, etc.). – GeocodeProvider used to convert street addresses into a latitude/longitude (if available). - Google V3

    $150 (Avg Bid)
    $150 Avg Bid
    1 bids

    develop OpenGTS mobile apps (android, IOS & Windows) for business Customize web-page OpenGTS™ decorations, the look and feel our company tracking web site with our logo and colors Develop and customise Device Communication Server (DCS) Customize Device Communication Server (DCS), implement new functions and features to your DCS, like bidirection communication between device and the server via GPRS. Develop driver for specific Geocoder Provider develop driver for: - ReverseGeocodeProviders used to convert latitude/longitude values into a street address (Geonames, etc.). – GeocodeProvider used to convert street addresses into a latitude/longitude (if available). - Google V3

    $666 (Avg Bid)
    $666 Avg Bid
    15 bids