This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
polygonStuff = new H.map.Polygon( | |
polystrip, { | |
style: { | |
fillColor: color, | |
strokeColor: color, | |
lineWidth: 1 | |
} | |
} | |
); | |
console.log("getCoordspolygonSelected2->", polygonStuff.getExterior()); |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"Active": true, | |
"Color": "#FFFFFF", | |
"Description": "sfsfa", | |
"SectorPoints": [ | |
{ | |
"Id": 0, | |
"Lat": -23.18581308218766, | |
"Lng": -45.200500411718764 | |
}, |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"TransactionId": 270, | |
"Timestamp": "2017-05-22T13:32:53", | |
"Response": [ | |
{ | |
"Id": "3618", | |
"FullAddress": "Rua Tonelero, 214, Vila Ipojuca, São Paulo - SP, 05056-000, Brasil", | |
"Address": "Rua Tonelero", | |
"Number": "214", | |
"Neighborhood": "Vila Ipojuca", |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"services": | |
[{ | |
"serviceId": 123456, | |
"startTimeWindow": "10:00", | |
"finishTimeWindow": "18:00", | |
"serviceType": "C", | |
"vehicleId": 123 | |
}, | |
{ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[{ | |
"BatchSize": 5, | |
"Request": | |
[{ | |
"Id": "DD66A0B0-6E73-47C8-B258-00E1BCB1DCB0", | |
"Address": "Rua Sibipiruna", | |
"Number": "", | |
"Neighborhood": "", | |
"City": "", | |
"ShortState": "SP", |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"Name": "Mogi Mater", | |
"AddressLine": "Rua Marechal Deodoro, 83, Mogi das Cruzes - SP, 08715-060, Brasil", | |
"Address": "Rua Marechal Deodoro", | |
"Number": "83", | |
"Latitude": -23.5251361, | |
"Longitude": -46.1892995, | |
"District": "Mogi das Cruzes", | |
"City": "Mogi das Cruzes", | |
"State": "SP", |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
var myApp = angular.module('myApp', []); | |
myApp.directive('googleplace', function() { | |
return { | |
require: 'ngModel', | |
link: function(scope, element, attrs, model) { | |
var options = { | |
types: [], | |
componentRestrictions: {} | |
}; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{"_type":"ns2:RoutingServiceErrorType","type":"ApplicationError","subtype":"InvalidInputData","details":"Input parameter validation failed. Must specify at least two waypoints: (start, dest)","additionalData":[{"key":"waypoint","value":""}],"metaInfo":{"timestamp":"2016-05-18T17:40:46Z","mapVersion":"8.30.62.153","moduleVersion":"7.2.68.0-14232","interfaceVersion":"2.6.24"}} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{"_type":"ns2:RoutingServiceErrorType","type":"ApplicationError","subtype":"InvalidInputData","details":"Input parameter validation failed. Must specify at least two waypoints: (start, dest)","additionalData":[{"key":"waypoint","value":""}],"metaInfo":{"timestamp":"2016-05-18T17:21:29Z","mapVersion":"8.30.62.153","moduleVersion":"7.2.68.0-14232","interfaceVersion":"2.6.24"}} |
NewerOlder