public interface CustomNamer
Modifier and Type | Interface and Description |
---|---|
static class |
CustomNamer.CustomNamerFactory |
Modifier and Type | Method and Description |
---|---|
void |
configure(com.fasterxml.jackson.databind.JsonNode config) |
String |
name(OSMWithTags way,
String defaultName) |
void |
nameWithEdge(OSMWithTags way,
StreetEdge edge) |
void |
postprocess(Graph graph) |
String name(OSMWithTags way, String defaultName)
void nameWithEdge(OSMWithTags way, StreetEdge edge)
void postprocess(Graph graph)
void configure(com.fasterxml.jackson.databind.JsonNode config)
Copyright © 2018. All rights reserved.