Show gps map jobs

Filter

My recent searches
Filter by:
Budget
to
to
to
Type
Skills
Languages
    Job State
    2,000 show gps map jobs found, pricing in USD

    ...qualified and proficient Google Earth Engine to create a process that monitors sludge pond health. The task involves writing a process that utilizes its ability to accept polygons representing the ponds. Additionally, a crucial functionality to consider is the comparison of a pond's current health status to various prior seasons. The culmination of these operations should yield an interactive map detailing the monitoring results. Freelancers interested in this offer should include in their applications, comprehensive portfolios showcasing their past work in similar fields or projects. start your quote "proof of concept" Ideal skills for this job include: - Extensive experience with Google Earth Engine - Proven ability in handling geospatial data - Experience i...

    $12 / hr (Avg Bid)
    $12 / hr Avg Bid
    11 bids

    ...build an interactive real-time coverage map with integrated backend. The ideal candidate should be handy with Google Maps and Google Earth as addresses are intended to be sourced via Google lookup, alongside an option for adding manual addresses. Key functionalities needed include: - Real-time updating of coverage status: The map must display live status changes for each address. - Filtering options: The map should effectively filter addresses based on their various statuses such as “live” or “pre-order”. - Google Maps and Google Earth integration: Addresses should be easily importable from these platforms. When an address is added manually, a prompt for user confirmation of the address details is required for accuracy. Each address displ...

    $1197 (Avg Bid)
    $1197 Avg Bid
    70 bids

    GPS shop and TSD update on 4th January 2024. GPS Reviews site was updated on 10th January 2024. Working on misc tasks and updates.

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

    As an entrepreneur planning for a retail store, I require a comprehensive blueprint. Purpose of this blueprint is to map out a future commercial construction project. Here's what I am looking for in potential candidates: - In-depth understanding of construction planning, especially for commercial buildings. - Proven history in creating blueprints for retail establishments. - Sound knowledge in optimizing space utilization for customer-friendly retail environments. Key tasks include: 1. Drafting clear, detailed blueprints for a retail store building 2. Incorporating elements essential for smooth operation of a retail environment 3. Providing professional advice on construction processes Proficiency in engineering design software and rich experience in handling similar projec...

    $997 (Avg Bid)
    $997 Avg Bid
    16 bids

    ...require strategic application of the aforementioned technologies. 8 days timeline to integrate the API for Can be provided grace period of additional 4 days (Subject to Approval ) (Max 60m) Gateway App Beacon App Remote Gateway App 1.1 Request Permission from user to search beacons in foreground request battery optimisation bypass request permission to detect body activity show proper notifications to user in order to comply with Google Play policy API to add devices to user profile (max 24hrs) (API will be provided to list/add/edit/delete) First Create a Campus add Departments add Floors add Rooms to Each Floor add devices one or more to each Rooms add device type (this SDK will be provided to you ) Temperature Humidity PIR DOOR CONTACT SENSOR View / Search

    $483 (Avg Bid)
    $483 Avg Bid
    12 bids

    I am looking for an experienced Android application developer to assist with a new project. Key requirements and tasks would include: - Designing and developing a robust Android application from scratch - Integrate various features such as user authentication, push notifications, and GPS integration - Ensure the application is fully functional, user-friendly and meets the project's goals While the specific features and primary purpose of the application are currently open for discussion, it's essential that the appointed freelancer brings their creativity, technical expertise, and innovative approach to the table. Please include in your application: - Your past work and experience, particularly in Android application development. - Your course for action for this pro...

    $457 (Avg Bid)
    $457 Avg Bid
    39 bids

    I'm seeking an innovative technical whiz to create a custom-designed GPS device for a watch strap. The specifics of the GPS technology are flexible as I skipped that part. To put it simply, I'm looking for someone who can: - Develop a unique, user-friendly GPS device from scratch - Address any technical glitches or issues in a timely manner - Employ their creativity to suggest and implement features that will enhance the utility and aesthetics of the device. The project is not time-bound but I would appreciate diligence and regular updates. Ideal candidates will be experienced in developing GPS systems with a solid understanding of various GPS technologies, and a knack for problem-solving (both technical and design-related issues). Please prov...

    $759 (Avg Bid)
    $759 Avg Bid
    33 bids

    We have had these done below, example of previous one done here - , there are a new batch required which are 7 in total. Ideally, this should g...are 7 in total. Ideally, this should give the illusion of a moving dot or vehicle along the route, but I am open to other creative ways to depict this. The animation should be short, taking up less than 10 seconds to complete. These will be supplied as .mov files to be used in premiere pro afterwards - Skills & Experience Required: - Proven experience in animating line drawings, specifically map routes - Creativity in portraying the illusion of a journey taking place, having the potential to present other ways if possible - Ability to produce high-quality short duration (less than 10 seconds) animations.

    $107 (Avg Bid)
    $107 Avg Bid
    53 bids

    I'm seeking a creative professional to bring my real estate plots to life in a modern, appealing 5-6 page A4 brochure, focusing on a green color scheme. Key requirements for this project include: - Incorporation of provided 3D renderings of the plots. - Inclusion of readily interpreted infographics showcasing plot details. - A thoughtfully executed location map. - A firm grasp on how to utilize the color green throughout the design to reflect my preferred aesthetic. Ideal candidates will have considerable experience in brochure design, specifically for the real estate industry. Skills in working with 3D-rendered images, designing infographics and crafting color-focused designs are crucial. A keen understanding of layout optimization to best highlight the given content is ess...

    $67 (Avg Bid)
    $67 Avg Bid
    49 bids

    I'm seeking a skilled developer to create an AR mobile app that functions on both iOS and Android platforms. Crucial features to be integrated into the app include object recognition and GPS overlay. The primary function of this app will be to display 3D static images of finished houses and their territories when a certain location(construction site) is scanned. The perfect candidate for this role will have polished skills in AR development and cross-platform integration. Familiarity in working with static 3D images and having a knack for object recognition and GPS overlay is highly desirable.

    $1515 (Avg Bid)
    $1515 Avg Bid
    101 bids

    Hello, is everything fine?You need to have an M3UA link configured with the telecom operator to make requests to the HLR or any element on the network, and the messages are sent using the MAP protocol.I will provide you information about SN, PC, GT, and IPs, as well as the operator's, I can configure the link for you and set up a MAP lookup message on the HLR. With this link up, we will be able to perform various types of functionalities, such as EIR, ATI, SMS, HLR lookup,Geolocation , etc.

    $1102 (Avg Bid)
    $1102 Avg Bid
    18 bids

    ...here's what it does: We're presented by a grid map which is like 16x16 squares of a grid. In each map, there are different colors (represented by numbers) and the constraint is that Object can only move through same color tiles in the grid. This can be checked by the following two functions especially isOOB which is is out of bound and we can only move though same color tiles: get(x, y) { return [y* + x]; } isOOB(x, y) { return x < 0 || y < 0 || (x + 1) > || (y + 1) > ; } Now, I have a skeleton file without the implementation of bfs, dfs and iddfs which I'm going to paste below. But before that, here's how the front end works. I click on a tile in a color, say blue, in a map with say 3 colors, blue, green ...

    $46 (Avg Bid)
    $46 Avg Bid
    8 bids

    ...and communication. 6. **Admin Panel:** Indicate the necessity for an admin panel with role-based permissions for managing registrations and user data. 7. **Cross-Platform Compatibility:** Specify if you want the app to be available on multiple platforms (iOS, Android). 8. **Timeline and Budget:** Clearly define your expected project timeline and budget. 9. Saas Based website and app. 10. Google map - live tracking like Uber 11. Exotel for call masking 12. and more points, which can be cover over discussion, like webhook api, etc Your expertise in creating intuitive and engaging user-experiences for web-based platforms, and specifically for young adults, will be highly valued. A proven track record for designing modern, clean, and appealing user interfaces is a must. Intereste...

    $2628 (Avg Bid)
    NDA
    $2628 Avg Bid
    14 bids

    I am in need of someone experienced in financial data analysis, specifi...and see which ones can increase prices and maintain significant demand, and those product line with decreased demand/qty, check if can lower prices and maintain healthy gross margin %. 3) do some dynamic charts to show qty/revenue/gm/gm% increase or decrease quarter over quarter & year over year. 4) use a world map to show each vessel's country visited during a specific year/quarter/month when selected a vessel #. Also show which product line purchased, qty/revenue/gm% for each. 5) highlights key trends in the data set. 6) 3 powerpoint slides that link to the excel sheet to show key trends Factors to consider: -company hesitant to raise prices to boost profits. -Singapore...

    $456 (Avg Bid)
    $456 Avg Bid
    57 bids

    ...seeking a skilled and experienced web developer who specializes in e-commerce platforms. A potential freelancer needs to have the mentioned skills: - Proven record in web development - Expert in developing user registration and login systems - MLS for Real estate listing & Rental Listing website - payment integrations -email notification -admin panel -photo upload up to 20 photos per listing -google map integration -it support exp. -socail log ins via google, -texting functionality SMS -paid advertisements Your expertise will be used to develop a highly functional and user-friendly website that seamlessly integrates an e-commerce platform with user registration and login features as well as a content management system. You must possess a wide range of experience in web...

    $7 / hr (Avg Bid)
    $7 / hr Avg Bid
    71 bids

    I need a Power BI subject matter expert to assist with fixing errors and bugs inside our Power BI reports/dashboards. The ideal candidate should have experience building PowerBi datasets using various data sources including SharePoint, Excel, and SQL Server. Additionally, the Power BI data engineer/analyst should be able to validate data integrity, map out any changes made for future reference, and optimize any inefficient processes. Specific Requirements: Fixing bugs and errors inside Power BI reports Updating SQL scripts, DAX language, and custom measures inside of Power BI to ensure optimal performance and accuracy of data displayed Designing and documenting data maps of the problems encountered, and the fixes implemented. Work must be done within the US Before beginning work...

    $1135 (Avg Bid)
    $1135 Avg Bid
    67 bids
    Trophy icon Design T-shirt Ended

    Front design: Almuñécar 2024 Back Design. Trip from KUNGÄLV, SWEDEN to ALMUNECAR, SPAIN Contour map from sweden and Europe to spain. Mark position with a flight line from KUNGÄLV to SPAIN ALMUNECAR Black tshirt white printing

    $10 (Avg Bid)
    Guaranteed
    $10
    75 entries

    ...should deliver a smooth, user-friendly experience that allows guests to quickly and efficiently make their reservations. In fact we actually have a wordpress theme installed in our domain but still not working and we want our own develop in pwa to easy work in cell phones, pc and tables. Key Features: * Room Availability Checker: The PWA needs to provide real-time room availability. * Map propertie location * Special Offers and Promotions: It should offer an integrated function for displaying and managing special deals and promotions. * Calendar Sync: The system must be capable of synchronizing with external websites like Airbnb, VRBO, Google Vacations etc. for seamless management of bookings. * Online Payment: The platform should incorporate a secure payment system. * And a...

    $1445 (Avg Bid)
    $1445 Avg Bid
    117 bids

    ...belonging to that channel The only thing I want to pass in are: Either -a channel_id or youtube_id -a Folder path, which itself is a representation of a YouTube channel, and contains all of the videos belonging to that channel The things I want it to output are: Lists of Playlist (where multiple folder paths are passed in) Lists of videos belonging to a Channel videos should map to playlist, playlists should map to a playlist_id, playlist_id should be attributable to a owner If a folder contains youtube_id in any of file Save that folder path to batch processing Python libraries GUI is okay, but must be very fast Desired skills and experience: - Strong programming skills - Previous experience developing custom methods for video display on local programs - Creati...

    $180 (Avg Bid)
    $180 Avg Bid
    35 bids

    ...that should be included in the app are: - GPS tracking to ensure accurate navigation and location tracking - A payment system that allows drivers to seamlessly receive payments from passengers - Driver profile and ratings to establish credibility and reputation The client has expressed a preference for a minimalistic and intuitive design style for the app. Skills and experience ideal for this job: - Proficiency in mobile app development, specifically for the Android and iOS platforms - Strong knowledge of GPS tracking and integration - Experience in building secure payment systems within mobile apps - Ability to design and implement user-friendly and intuitive interfaces If you have the necessary skills and experience in mobile app development, GPS tracking, and...

    $784 (Avg Bid)
    $784 Avg Bid
    155 bids

    ...programming language. Being comfortable and having experience in developing for all iOS platforms; iPhone, iPad, and particularly, Apple Watch, is necessary for this project. A significant part of the project involves two key features: * E-commerce integration * GPS functionalities Skills and experience that would be advantageous for this project include: * Proven experience with Swift programming * Extensive experience in developing iOS apps for iPhone, iPad, and Apple Watch * Proficiency in creating apps with E-commerce integration and GPS functionalities * A good sense of UI/UX design with a user-friendly focus This is an excellent opportunity for developers who enjoy distinct challenges. If you tick all the boxes, consider placing your bid. Remember, a genuine pass...

    $20 / hr (Avg Bid)
    $20 / hr Avg Bid
    114 bids

    I'm on the hunt for a podcast producer, that knows their way around starting a podcast. I am a novice and trying to start a quality podcast. I understand the podcast market is full, however i have a passion, and direction for this idea. Idea of podcast: * an open discussion with 4-6 people around a dinner table, having drinks & food. Discussing various pop culture topics with an Black LGBTQIA tone. * The atmosphere will be lively and upbeat, but not afraid to be forward and toxic. * Creativity in imagining a 'dinner conversation' podcast format Reach out if you have a flair for embedding heart and soul into a podcast. This is an exciting opportunity to shape a platform that aims to illuminate, empower and unite.

    $937 (Avg Bid)
    $937 Avg Bid
    30 bids

    Project Requirements • When user scans QR Code, system will determine the geo fencing for GPS • To link schedule with scanned data. so once scanned, the record will disappear from schedule screen. • To check on alert notification when send chat and remain all existing function • To resolve 3 X Technical Defect • This include mysql, php and android Project Timeline 1 week

    $180 (Avg Bid)
    $180 Avg Bid
    70 bids

    I am looking for a skilled flutter developer to Reskin this flutter app : Task to do: > Reskin the app (all details like color codes, brand names, firebase details, map apis, etc. will be provided) > Build Android .apk/.aab > Build iOS .ipa > Publish to iOS Store

    $27 (Avg Bid)
    $27 Avg Bid
    26 bids

    8 days timeline to integrate the API for Can be provided grace period of additional 4 days 1.Login...Device Time NTP Sync Device Password Change/ Lock etc 6. QR Code Activity from point 2 extension of other services for batch scanning and Report Generation from point 3 7. Using SDK to control different devices in the Application 8. Uploading Maps/2D Images and assign user to reach a certain point So that we can be integrated for Patrolling Area Notification once a user has reached 9. Integrating GPS position periodically over MQTT is required .( Location Sharing with fellow users ) to use MQTT Topic Subscription for sharing 10. MQTT based In App Dashboard for Showing Live Graphs & Online Offline Devices ( SDK to be provided ) Cost Analysis For the Development (Max Bud...

    $17 / hr (Avg Bid)
    $17 / hr Avg Bid
    16 bids

    I'm in need of a GIS professional to create an engaging interactive digital map. In this project, we will be: - Working with a mix of data that I'll provide, and additional data that will need to be sourced. You'll need strong research skills to identify and obtain the necessary data. - Creating a dynamic, interactive digital map that can effectively represent this data. Proficiency in spatial modeling will be required to offer the engagement we seek from this map. Ideal candidates should have a track record in map creation, especially of interactive digital ones, plus data analysis and sourcing skills. Let's make this data come alive!

    $282 (Avg Bid)
    $282 Avg Bid
    9 bids

    I am looking for an Autocad professional who is able to create a dynamic Heat Map for a shop which gets data from excel table automatically. More Details. Cad file will contain 5 shops plan at one plot, According to excel table, when I update the shop turnover amount to above 5.000$ , related shop's hatch will switch to green and when I put below 5.000$ amount, it will switch to red color automatically.

    $38 (Avg Bid)
    $38 Avg Bid
    10 bids

    ...(video editing / video production). Specific project details will be shared in 2-3 days. Requirement: I am in need of a professional video editor who can deliver a time-lapse style edit of a construction project. Purpose of video is for marketing and sharing on social media. Data that we will provide to the video editor: 1. Client / partner logo(s) 2. Project Name 3. Project location on google map 4. Project Brief (major project milestones, numbers, achievements) to be used as overlay text for example 5. Timelapse videos of the project construction (could be from 1, 2 or 3 cameras) 6. Some videos taken from the construction site through out the project. 7. Some photos taken from the construction site through out the project. Notes: - Final video should not exceed 2-3 minutes ...

    $113 (Avg Bid)
    $113 Avg Bid
    71 bids

    I'm seeking a seasoned developer adept at Php probid, who can efficiently add a GPS-integrated map view to my e-commerce portal. This feature must be able to: - Display the locations of listings - Present real-time GPS location for some listings, especially in the Mobility category Given the complex nature of this update, advanced experience in Php Probid programming and GPS Integrations is key. Familiarity with e-commerce portals will be highly advantageous. The ultimate objective is not just to add this functionality, but also to optimize user experience and improve the overall performance of the site. Php probid already has it's backend to manage .

    $148 (Avg Bid)
    $148 Avg Bid
    72 bids

    More details: What is the main purpose of your website? Informational What specific features do you want for your site's redesign? Drop-down menus,Contact form,Interactive map,Images, messaging service,URL links How soon do you need your project completed? ASAP

    $111 (Avg Bid)
    $111 Avg Bid
    53 bids

    ...search of an expert in Google map listings optimization and digital marketing. My primary focus is to expand my business' visibility, boost its ranking, and acquire more quality leads. Currently, I am not satisfied with my map's listing due to the low click-through rate. The goal of this project is to: - Increase my business's visibility on Google Maps - Enhance its search ranking - Generate more relevant leads - Optimize my website's SEO - Assistance in Paid Google Ads For these tasks, I would greatly benefit from a freelancer who has an extensive background and success in SEO, digital marketing, Google Maps optimization, and PPC campaigns. Expertise in Google's algorithm and up-to-date SEO practices will be a huge plus. Here is the link to my go...

    $100 (Avg Bid)
    $100 Avg Bid
    36 bids

    I am seeking a talented developer or team of developers who can help with mobile application development for either iPhone or Android. The particular purpose and function of the app will be defined as we move forward. The ideal candidate must possess the following skills: - Proficient with native app development - Familiarity with integration of third-party services or APIs - GPS and mapping app development experience is a plus To apply, please ensure you provide the following: - An example of past relevant work - Detailed information about your skills and experience - A comprehensive proposal on how you intend to approach this project Note: If you have never worked on any of the identified app types but believe you can deliver, feel free to apply! Don't forget to include y...

    $12 / hr (Avg Bid)
    $12 / hr Avg Bid
    91 bids

    More details: What functionalities do you want in your Uber-like Android application? User profiles,Page for admins to see the registration from users and drivers,Page for booking bus where the buses are registered by only admins,Track rides,View rides,Cab booking What type of user authentication do you want to implement in your...What functionalities do you want in your Uber-like Android application? User profiles,Page for admins to see the registration from users and drivers,Page for booking bus where the buses are registered by only admins,Track rides,View rides,Cab booking What type of user authentication do you want to implement in your application? Social media login,Phone number verification Do you want to include a map feature with real-time location tracking in your applic...

    $1427 (Avg Bid)
    $1427 Avg Bid
    65 bids

    I am seeking an expert with significant experience in GPS technology and device development to implement a highly precise tracking system onto a personal device. Key Features: - Real-time location updates: The GPS system must provide live location data with precision. Your experience could range from app development to gadget programming. - Movement history log: The tracker should be able to store and display past movement paths. An understanding of data visualization and storage would be beneficial for this. - Boundary alerts: The system should alert the user if the tracked item leaves a predefined area. Skills in programming alerts based on location data are critical for this. - Particular Use: I have planned to use this tracking system specifically for locating lost ...

    $143 (Avg Bid)
    $143 Avg Bid
    30 bids

    As a client, I am in need of a skilled ArcGIS Developer who can help me achieve the following: 1. Map Creation and Visualization: - Utilize ArcGIS to create high-quality, detailed maps. - Focus on integrating specific data layers and interactive features into these maps. 2. Spatial Analysis and Geoprocessing: - Implement geoprocessing tasks for thorough spatial analysis. - Harness the power of ArcGIS tools to produce valuable insights from geospatial data. Experience with ArcGIS API integration will be a bonus, as future tasks may require this skill. A strong comprehension of geospatial principles, mapping concepts, and data analysis is vital. The ideal candidate should possess a knack for problem-solving, attention to detail, and a refined perspective on geospatial d...

    $142 (Avg Bid)
    $142 Avg Bid
    18 bids

    As a client, I am in need of a skilled ArcGIS Developer who can help me achieve the following: 1. Map Creation and Visualization: - Utilize ArcGIS to create high-quality, detailed maps. - Focus on integrating specific data layers and interactive features into these maps. 2. Spatial Analysis and Geoprocessing: - Implement geoprocessing tasks for thorough spatial analysis. - Harness the power of ArcGIS tools to produce valuable insights from geospatial data. Experience with ArcGIS API integration will be a bonus, as future tasks may require this skill. A strong comprehension of geospatial principles, mapping concepts, and data analysis is vital. The ideal candidate should possess a knack for problem-solving, attention to detail, and a refined perspective on geospatial d...

    $143 (Avg Bid)
    $143 Avg Bid
    8 bids

    I am seeking a professional freelancer with deep experience in Fortnite gameplay to create and optimize my Fortnite map using Unreal Editor. It is a box fight map with superpowers. Despite your focus primarily centered on the terrain, familiarity with overall map design and elements, including buildings, structures, and foliage, is a significant plus. Ideal Skills and Experience: - Proficient in Fortnite gameplay - Previous experience in Fortnite map design Application Procedure: Candidates are encouraged to showcase their past work demonstrating their competence and expertise in Fortnite gameplay and map design. I am particularly interested in seeing how you have previously manipulated terrain to enhance gameplay. Let's advance Fortn...

    $1576 (Avg Bid)
    $1576 Avg Bid
    16 bids

    ...Expertise in developing cross-platform applications. - Proven track record in integrating APIs like Google Maps. - Previous work in implementing photo gallery functions. - Experience with expense tracking development is a plus. Key features should include: - A minimalistic design that is intuitive and user-friendly. - A photo gallery for users to upload and organize photos from their trips. - Map integration where users can geotag their pictures, track routes, and mark places visited. - A trip expense tracker where users can input, categorize, and summarize their spending. I envision the final product as a beautiful, easy-to-use app that makes keeping a diary of one's travels a joy, not a chore. Beyond the digital realms, the journal should have a provision to be print...

    $395 (Avg Bid)
    $395 Avg Bid
    77 bids

    As a pet owner, I'm looking for a reliable GPS engineer who can specialize in creating an advanced GPS system tailored for tracking pets. The key tasks required include: - Thorough GPS signal processing - Designing a satellite navigation system - Calibrating GNSS receiver The primary purpose of this GPS system is to keep a consistent eye on pet's location and activities. This involves the vital need for a GPS system with the capabilities of: - Real-time tracking, giving instant location updates - Geo-fencing capability, allowing to set territorial limits for the pet - Long battery life, necessitating minimal recharges The perfect candidate for this project will have significant experience in GPS system design, GNSS receiver calibrati...

    $1456 (Avg Bid)
    $1456 Avg Bid
    67 bids

    ...joy to my community. While passionate about flower design, I also understand the importance of improving my website's search engine rankings and seeking an SEO expert for an audit and strategy implementation. I aim to organically attract a wider audience and create a bright brand and community of joy that outshines Las Vegas's lights! Key responsibilities you'll undertake: - Google and Bing Site Map Submission - Google site verification - SEO Site Improvements - Identifying the right keywords that can improve my website's ranking. - Benchmarking and analyzing competitors' SEO tactics and results. - Local Las Vegas flower shop experience preferred. I'd love to collaborate with a freelancer who has: - Results - i.e., sales over traffic strategy. -...

    $250 - $750
    Urgent Sealed
    $250 - $750
    63 bids

    ...developed for both iOS and Android * Incorporation of user registration and login features is crucial * GPS tracking and map integration for easy navigation and location tracking * An online payment system for secure transactions * A dedicated customer booking system * Boat owner dashboard for rental management * App Owner Dashboard to oversee entire operations * An in-app messaging system for instant communication * Push Notifications for communication between users/yatch owners and yatch owners/App owner Design Preferences: * The app should possess a modern and sleek design. Skills and Experience: * Extensive experience in Flutter app development * Familiarity with GPS and map integration * Experienced in developing secure online payment systems * ...

    $23 / hr (Avg Bid)
    $23 / hr Avg Bid
    152 bids

    Hello. I would like to hire someone to help with getting a Google seller rating to show up in the organic search.

    $369 (Avg Bid)
    $369 Avg Bid
    44 bids

    ...- Key information like the tournament date and time, tournament name, and drop pins for the locations should be present and clearly visible. - maybe those big black dashed lines to show path Building a feel of a vintage roadmap will portray the idea of a tournament tour. No need for bright colours, but the poster shouldn’t be starkly black and white either. Your portfolio showing experience with similar projects will be highly appreciated. Let's make something memorable! This poster will be a collector's item that attendees can put their tournament pins on as they travel the tour. Poster does not need to show anything jiu jitsu, but could creatively capture it (ex our logo has the band from a belt). About the attachments: This is a collaborative tour wi...

    $73 (Avg Bid)
    Guaranteed
    $73
    38 entries

    ...the chip that reads this (probably a multiplexer) has more inputs than 20 then make it the maximum number of channels possible with that same component 2. Input for a hall sensor 3. Input for a thermistor 4. Input for a moisture sensor * All inputs should be with a connector that I will choose later on in the project The PCB will have the following components mounted on it: Raspberry Pi Pico, GPS and SIM modules (that will be working with the Raspberry Pi Pico). The power input for the PCB will come from the battery connected to it for measuring so there should be a dc to dc converter from 30-90V to PCB input voltage. The PCB should be as thin and small as possible, so no pin connectors for the modules, all should be flat on the main PCB, preferably smd. The PCB will have...

    $234 (Avg Bid)
    $234 Avg Bid
    24 bids

    I'm in need of a top-notch mobile app compatible with both Android and iOS. The main purpose of the app is to serve as a platform for bu...buying - Advanced search filters to allow users to find properties based on their requirements - User profiles for both buyers and sellers who use the app Added functionality I want are: - Map integration so users can easily view the location of listed properties - A robust messaging system for smooth communication between buyers and sellers - Online payment integration to facilitate secure transactions directly via the app The ideal candidate should have previous experience in the development of real estate apps or similar platforms, and possess strong skills in Android and iOS app development, UX/UI design, map integrations, and o...

    $612 (Avg Bid)
    $612 Avg Bid
    27 bids

    I am seeking a talented web developer to create an innovative map-based pet transportation platform. Though I skipped the specific functionality selection, I envision this platform to encompass a broad range of features designed to streamline the pet transportation experience for users. Key Features: * Search/Booking Facilities: Enable users to search for and book pet transportation services easily, preferably via an integrated system. * Real-time Tracking: Users should be able to track their chosen pet transportation in real-time for seamless monitoring. With the specifics about the search criteria being skipped, the ideal developer should understand the importance of flexible and convenient search parameters, including factors like location, date and time, and pet size and weigh...

    $37 / hr (Avg Bid)
    $37 / hr Avg Bid
    82 bids

    I'm currently facing an issue with my Fluxstore Multivendor WordPress application where the Google Map is not loading at all when i put in on the Home screen Tab. it works when it on other tab menu. Moreover, it should be noted that no recent changes or modifications have been made to the system which could explain this error. I require a proficient developer with experience in working with: - Fluxstore Multivendor applications - Google Map integration - Flutter and WordPress platforms I attached two screenshot one showing when it on home screen tab. and the second showing it works when it on any other tab. when i debug on xcode. xcode shows "This method can cause UI unresponsiveness if invoked on the main thread. Instead, consider waiting for the `-locationMa...

    $160 (Avg Bid)
    $160 Avg Bid
    52 bids

    ...Introoduction to Digital Logic Design 2 Binary Numbers – Number-Base Conversions, Complements 3 Binary Numbers – Signed binary numbers, binary codes, binary logic 4 Boolean Algebra and Logic Gates – Axiomatic Definitions, basic theorems and properties, Boolean Functions 5 Boolean Algebra and Logic Gates – Canonical and Standard Forms, digital logic Gates, integrated circuits 6 Gate-Level Minimization – The Map Method, Product-of-Sums Simplification 7 Gate-Level Minimization – Don’t-Care Conditions, NAND and NOR Implementation 8 Midterm 9 Combinational Logic – Adders,Subtractors, Toplayıcılar, Çıkarıcılar, Kod DönüÅŸtürme, Analysis Procedure 10 Combinational Logic – Other Two Level Implementations, Exclusiv...

    $26 (Avg Bid)
    $26 Avg Bid
    6 bids

    I am seeking a talented develop...talented developer and designer to improve the visibility of an online map that I will provide access to. The project calls for the implementation of three main improvements: • Enhanced colour contrast • Larger text size • Clearer labelling Furthermore, the map should be encased in a 'bright and playful' wrapper. Specific elements to incorporate into this wrapper include: • an area reserved for logo placement • a dedicated space for a descriptive paragraph about the map Experience with map development, UI/UX design and a creative flair are highly sought after for this project. The ideal freelancer should have a keen eye for colour contrasts and labelling, as well as a knack for playful ye...

    $113 (Avg Bid)
    $113 Avg Bid
    79 bids

    I am looking for a skilled web scraping specialist. It's about extracting data from a web-geoportal(cadastre). Usually you have to manually point and click a specific parcel (land lot) on a map, click another menu point, solve a captcha and after that a popup appears with some information (text only) about this area. The job is to extract the full data from all parcels (about 5000 records). Delivering the result as clean CSV (UTF-8) is fine. Would be a plus if you can deliver the records as tibble (.rda-File) for a simpler workflow (for me) in R language. Follow-up jobs possible for very similar tasks.

    $430 (Avg Bid)
    $430 Avg Bid
    56 bids