{"id":15607636,"url":"https://github.com/allangomes/geolocation","last_synced_at":"2026-04-09T11:39:31.253Z","repository":{"id":68600196,"uuid":"76284221","full_name":"allangomes/GeoLocation","owner":"allangomes","description":"Spring Boot | Mongo DB | Kotlin | Angular JS | Leaflet | Gradle | Custom JS Plugin","archived":false,"fork":false,"pushed_at":"2016-12-12T19:23:34.000Z","size":28,"stargazers_count":2,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-02-04T14:50:14.443Z","etag":null,"topics":["angularjs","arquitetura","geolocation","java","kotlin","polyline","spring-boot"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/allangomes.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2016-12-12T18:33:35.000Z","updated_at":"2018-05-22T07:46:13.000Z","dependencies_parsed_at":"2024-02-13T17:04:01.657Z","dependency_job_id":null,"html_url":"https://github.com/allangomes/GeoLocation","commit_stats":null,"previous_names":["allangomes/geolocation"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/allangomes%2FGeoLocation","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/allangomes%2FGeoLocation/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/allangomes%2FGeoLocation/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/allangomes%2FGeoLocation/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/allangomes","download_url":"https://codeload.github.com/allangomes/GeoLocation/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246193257,"owners_count":20738452,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["angularjs","arquitetura","geolocation","java","kotlin","polyline","spring-boot"],"created_at":"2024-10-03T05:02:38.273Z","updated_at":"2025-12-30T23:18:32.282Z","avatar_url":"https://github.com/allangomes.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# GeoLocation\nSpring Boot | Mongo DB | Kotlin | Angular JS | Leaflet | Custom JS Plugin\n\n\n\n# REST SERVER\n\n### Routes\nCreate New Route\n```http\nPOST http://localhost:8080/routes/\n{\n\t\"name\": \"Rota Principal\",\n\t\"vehicleId\": 4,\n\t\"routeDate\": \"2016-12-13\",\n\t\"stops\": [\n\t\t{ \"name\": \"Inicio\", \"coordinate\": { \"lat\": -3.784426, \"lng\": -38.583058 } },\n\t\t{ \"name\": \"Parada\", \"coordinate\": { \"lat\": -3.742261, \"lng\": -38.499705 } },\n\t\t{ \"name\": \"Final\", \"coordinate\": { \"lat\": -3.737121, \"lng\": -38.575313 } }\n\t]\n}\n\n```\nGet All Routes\n```http\nGET http://localhost:8080/routes/\n```\nGet Route Path/Polyline\n```http\nGET http://localhost:8080/routes/{routeId}/path\n```\nCheck run away and nearby point\n```http\nPOST http://localhost:8080/routes/vehicle/{vehicleId}/checkpoint?lat=-3.726636\u0026lng=-38.508690\n```\n\n# Front\n\nstart\n```http\n$ npm start\n\nhttp://localhost:8001/\n```\n\n### Plugin\n\n\ncustomize polyline | below example: Customized Profiles default and runned\n```javascript\nangular.module('trix.routes').config(['polylineProvider', function (polylineConfig) {\n  polylineConfig\n  .options('default', {\n    color: 'blue',\n    weight: 10\n  })\n  .options('runned', {\n    color: 'red',\n    weight: 3\n  })\n}])\n```\n\n\n#### ARQUITETURA\n\n\nBaseada na arquitetura do Leaflet, Extremamente fácil de mapear com a biblioteca\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fallangomes%2Fgeolocation","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fallangomes%2Fgeolocation","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fallangomes%2Fgeolocation/lists"}