Showing 16 open source projects for "google maps api"

View related business solutions
  • Our Free Plans just got better! | Auth0 Icon
    Our Free Plans just got better! | Auth0

    With up to 25k MAUs and unlimited Okta connections, our Free Plan lets you focus on what you do best—building great apps.

    You asked, we delivered! Auth0 is excited to expand our Free and Paid plans to include more options so you can focus on building, deploying, and scaling applications without having to worry about your security. Auth0 now, thank yourself later.
    Try free now
  • Context for your AI agents Icon
    Context for your AI agents

    Crawl websites, sync to vector databases, and power RAG applications. Pre-built integrations for LLM pipelines and AI assistants.

    Build data pipelines that feed your AI models and agents without managing infrastructure. Crawl any website, transform content, and push directly to your preferred vector store. Use 10,000+ tools for RAG applications, AI assistants, and real-time knowledge bases. Monitor site changes, trigger workflows on new data, and keep your AIs fed with fresh, structured information. Cloud-native, API-first, and free to start until you need to scale.
    Try for free
  • 1
    Google Maps SDK for Android Samples

    Google Maps SDK for Android Samples

    Samples demonstrating how to use Maps SDK for Android

    Create dynamic, interactive and personalized experiences with maps, locations and geospatial experiences for your Android apps. Create an account, generate an API key, and start creating. Learn how to load the Maps SDK for Android and add a map with a bookmark to your web application. You can customize almost all aspects of the map, such as routes, landforms and places of interest, among others.
    Downloads: 4 This Week
    Last Update:
    See Project
  • 2
    GraphHopper Routing Engine

    GraphHopper Routing Engine

    Open source routing engine for OpenStreetMap

    GraphHopper invests in an active open source community. Our flagships are the GraphHopper routing engine and jsprit, the toolkit for solving rich vehicle routing problems. We promote a fair & diverse mindset. jsprit is a Java based toolkit for solving rich traveling salesman problems (TSP) and vehicle routing problems (VRP). It is lightweight, flexible, easy-to-use, and based on a single all-purpose meta-heuristic. The GraphHopper routing engine is fast and memory-efficient, using Java. It...
    Downloads: 9 This Week
    Last Update:
    See Project
  • 3
    EasyExcel

    EasyExcel

    Lightweight Java library developed by Alibaba for reading and writing

    EasyExcel is a Java library focused on reading and writing Excel files with very low memory usage, making it suitable for large datasets that overwhelm traditional APIs. It uses streaming/event-driven parsing to avoid loading entire workbooks into memory, and it maps rows to Java objects via simple annotations. Writers support multiple sheets, custom styles, merged cells, and template-based filling so production reports remain maintainable. The API emphasizes developer ergonomics: callbacks are straightforward, converters handle common type transformations, and header/column mapping is explicit. ...
    Downloads: 3 This Week
    Last Update:
    See Project
  • 4
    Android Hidden APIs

    Android Hidden APIs

    A library that provides access to Android hidden APIs

    Android Hidden APIs are classes, methods, and resources that Google hides from you because of stability reasons. These features are hidden because they may be changed on next API version. The internal APIs are located in package com.android.internal and available in the framework.jar, while the hidden APIs are located in the android.jar file with @hide javadoc attribute. Now you know the difference.
    Downloads: 2 This Week
    Last Update:
    See Project
  • Premier Construction Software Icon
    Premier Construction Software

    Premier is a global leader in financial construction ERP software.

    Rated #1 Construction Accounting Software by Forbes Advisor in 2022 & 2023. Our modern SAAS solution is designed to meet the needs of General Contractors, Developers/Owners, Homebuilders & Specialty Contractors.
    Learn More
  • 5
    Java Client for Google Maps Services

    Java Client for Google Maps Services

    Java client library for Google Maps API Web Services

    This library brings the Google Maps API Web Services to your server-side Java application. Each Google Maps Web Service request requires an API key. API keys are generated in the 'Credentials' page of the 'APIs & Services' tab of Google Cloud console. The Java Client for Google Maps Services is designed for use in both server and Android applications. In either case, it is important to add API key restrictions to improve the security of your API key. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    Android-GoogleDirectionLibrary

    Android-GoogleDirectionLibrary

    Library for Google Direction API for Google Maps Android API v2

    Library for Google Direction API for Google Maps Android API v2.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 7
    Instacapture 2.0

    Instacapture 2.0

    Android library to capture screenshot from your app

    Android library to capture screenshots from your app.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 8

    JavaGimmicks

    Utility classes, APIs and tools for Java

    A set of helper and utility classes, APIs and tools for the Java Programming Language. For more details - pleas visit the project homepage.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    Hover

    Hover

    A floating menu library for Android

    ...With support for direct instantiation via code or XML, Hover enables flexible integration into a variety of Android UI structures. While still in beta and subject to API changes, it offers a robust, modular foundation for creating multitasking-style floating interfaces in Android apps.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Fully managed relational database service for MySQL, PostgreSQL, and SQL Server Icon
    Fully managed relational database service for MySQL, PostgreSQL, and SQL Server

    Focus on your application, and leave the database to us

    Cloud SQL manages your databases so you don't have to, so your business can run without disruption. It automates all your backups, replication, patches, encryption, and storage capacity increases to give your applications the reliability, scalability, and security they need.
    Try for free
  • 10
    Android Sliding Up Panel

    Android Sliding Up Panel

    A simple way to add a draggable sliding up panel to Android apps

    This library provides a simple way to add a draggable sliding up panel (popularized by Google Music and Google Maps) to your Android application. As seen in Umano Android App (now acquired by Dropbox). If you are using the library and you would like to have your app listed, simply let us know. Simply add the following dependency to your build.gradle file to use the latest version. Include com.sothree.slidinguppanel.SlidingUpPanelLayout as the root element in your activity layout. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    HelloCharts for Android

    HelloCharts for Android

    Charts/graphs library for Android compatible with API 8+

    Charting library for Android compatible with API 8+(Android 2.2). Works best when hardware acceleration is available, so API 14+(Android 4.0) is recommended. Apache License 2.0. Line chart (cubic lines, filled lines, scattered points), column chart (grouped, stacked, negative values), pie chart, bubble chart, combo chart (columns/lines), preview charts (for column chart and line chart), zoom (pinch to zoom, double tap zoom), scroll and fling.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 12

    Super CSV

    A fast, programmer-friendly, free CSV library for Java

    ...This SourceForge page will remain, but with limited functionality (please go to GitHub to report issues and for project downloads). It is highly configurable, and supports reading and writing with POJOs, Maps and Lists. It also has support for deep-mapping and index-based mapping with POJOs, using the powerful Dozer extension. Its flexible 'Cell Processor' API automates data type conversions (parsing and formatting Dates, Integers, Booleans etc) and enforces constraints (mandatory columns, matching against regular expressions etc) - and it's easy to write your own if required. ...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 13

    XTarget

    Java API and Groovy Library for XML Scripting

    XTarget is an Groovy Library for automated editing of small XML Databases with Groovy scripts. It focuses on simultaneous editing of data, including structures like lists and maps, and linking between various XML files.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    Dasein Cloud
    DASEIN CLOUD HAS MOVED TO GITHUB. This SourceForge presence represents Dasein Cloud through Dasein Cloud 2012.04 and point releases for that major release. We are still updating 2012.04 with bug fixes for all clouds, so there is no immediate need to move to the latest release, 2012.09. All versions starting with 2012.09 are available at: http://github.org/greese/dasein-cloud
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15

    gwt-html5-graph

    GWT Diagram Library Components based on html5/eclipse gef/eclipse emf

    ...Based on gwt-html5-graph, the user may transplant very conveniently the eclipse platform development each kind of graph/modelling application to WEB on, also may develops the new WEB vector graph application based on formidable eclipse platform GEF API and EMF/UML2 API, like each kind of flow chart, engineering plat, UML modelling, GIS and so on. Demo1(GEF Sample): http://euml.trufun.net/drawx/gef-sample/Gef_sample.html
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    Give your addresses a face. MapFace is a set of JSF Facelets components for integrating the Google Maps API into any JSF application.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • Next